Searched defs:SmallGlyphMetrics (Results 1 – 6 of 6) sorted by relevance
39 struct SmallGlyphMetrics { struct40 SK_OT_BYTE height;41 SK_OT_BYTE width;42 SK_OT_CHAR bearingX;43 SK_OT_CHAR bearingY;44 SK_OT_BYTE advance;
76 struct SmallGlyphMetrics struct78 bool sanitize (hb_sanitize_context_t *c) const in sanitize()84 void get_extents (hb_font_t *font, hb_glyph_extents_t *extents, bool scale) const in get_extents()95 HBUINT8 height;96 HBUINT8 width;97 HBINT8 bearingX;98 HBINT8 bearingY;99 HBUINT8 advance;
693 pub struct SmallGlyphMetrics { struct706 impl SmallGlyphMetrics { implementation733 impl FixedSize for SmallGlyphMetrics { implementation741 impl sealed::Sealed for SmallGlyphMetrics {} implementation744 unsafe impl FromBytes for SmallGlyphMetrics { implementation749 impl<'a> SomeRecord<'a> for SmallGlyphMetrics { implementation
63 class SmallGlyphMetrics(BitmapGlyphMetrics): class
31 pub(crate) fn extract_small_metrics(&self) -> &SmallGlyphMetrics { in extract_small_metrics()
308 fn read_small_metrics(cursor: &mut Cursor) -> Result<SmallGlyphMetrics, ReadError> { in read_small_metrics()