Searched defs:BigGlyphMetrics (Results 1 – 5 of 5) 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;
589 pub struct BigGlyphMetrics { struct608 impl BigGlyphMetrics { argument650 impl FixedSize for BigGlyphMetrics { implementation661 impl sealed::Sealed for BigGlyphMetrics {} implementation664 unsafe impl FromBytes for BigGlyphMetrics { implementation669 impl<'a> SomeRecord<'a> for BigGlyphMetrics { implementation1107 pub fn big_metrics(&self) -> &'a [BigGlyphMetrics] { in big_metrics()1496 pub fn big_metrics(&self) -> &'a [BigGlyphMetrics] { in big_metrics()
104 struct BigGlyphMetrics : SmallGlyphMetrics struct106 HBINT8 vertBearingX;107 HBINT8 vertBearingY;108 HBUINT8 vertAdvance;
59 class BigGlyphMetrics(BitmapGlyphMetrics): class
312 fn read_big_metrics(cursor: &mut Cursor) -> Result<BigGlyphMetrics, ReadError> { in read_big_metrics()