Searched defs:AnchorPoint (Results 1 – 4 of 4) sorted by relevance
155 pub fn anchor_points(&self) -> &'a [AnchorPoint] { in anchor_points()193 pub struct AnchorPoint { struct198 impl AnchorPoint { implementation208 impl FixedSize for AnchorPoint { implementation213 impl<'a> SomeRecord<'a> for AnchorPoint { implementation
155 pub fn anchor_points(&self) -> &'a [AnchorPoint] { in anchor_points()193 pub struct AnchorPoint { struct198 impl AnchorPoint { impl208 impl FixedSize for AnchorPoint { implementation213 impl<'a> SomeRecord<'a> for AnchorPoint { implementation
9 pub fn anchor_points(&self, glyph_id: GlyphId) -> Result<&'a [AnchorPoint], ReadError> { in anchor_points()