H A D | charstring.rs | 5 types::{Fixed, Pen, Point}, 27 fn move_to(&mut self, x: Fixed, y: Fixed); in move_to() argument 28 fn line_to(&mut self, x: Fixed, y: Fixed); in line_to() argument 29 fn curve_to(&mut self, cx0: Fixed, cy0: Fixed, cx1: Fixed, cy1: Fixed, x: Fixed, y: Fixed); in curve_to() argument 33 fn hstem(&mut self, y: Fixed, dy: Fixed) {} in hstem() argument 35 fn vstem(&mut self, x: Fixed, dx: Fixed) {} in vstem() argument 57 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() argument 61 fn line_to(&mut self, x: Fixed, y: Fixed) { in line_to() argument 65 fn curve_to(&mut self, cx0: Fixed, cy0: Fixed, cx1: Fixed, cy1: Fixed, x: Fixed, y: Fixed) { in curve_to() argument 115 x: Fixed, [all …]
|