Searched defs:BigGlyphMetrics (Results 1 – 7 of 7) sorted by relevance
28 struct BigGlyphMetrics { struct29 SK_OT_BYTE height;30 SK_OT_BYTE width;31 SK_OT_CHAR horiBearingX;32 SK_OT_CHAR horiBearingY;33 SK_OT_BYTE horiAdvance;34 SK_OT_CHAR vertBearingX;35 SK_OT_CHAR vertBearingY;36 SK_OT_BYTE vertAdvance;
576 pub struct BigGlyphMetrics { struct595 impl BigGlyphMetrics { argument637 impl FixedSize for BigGlyphMetrics { implementation649 impl<'a> SomeRecord<'a> for BigGlyphMetrics { implementation1091 pub fn big_metrics(&self) -> &'a [BigGlyphMetrics] { in big_metrics()1476 pub fn big_metrics(&self) -> &'a [BigGlyphMetrics] { in big_metrics()
59 class BigGlyphMetrics(BitmapGlyphMetrics): class
104 struct BigGlyphMetrics : SmallGlyphMetrics struct106 HBINT8 vertBearingX;107 HBINT8 vertBearingY;108 HBUINT8 vertAdvance;
346 fn read_big_metrics(cursor: &mut Cursor) -> Result<BigGlyphMetrics, ReadError> { in read_big_metrics()