Searched defs:GaspRange (Results 1 – 5 of 5) sorted by relevance
42 struct GaspRange struct44 bool sanitize (hb_sanitize_context_t *c) const in sanitize()51 HBUINT16 rangeMaxPPEM; /* Upper limit of range, in PPEM */52 HBUINT16 rangeGaspBehavior;
29 struct GaspRange { struct30 SK_OT_USHORT maxPPEM;31 union behavior {61 } flags;
67 pub fn gasp_ranges(&self) -> &'a [GaspRange] { in gasp_ranges()105 pub struct GaspRange { struct109 pub range_gasp_behavior: BigEndian<GaspRangeBehavior>, argument112 impl GaspRange { impl124 impl FixedSize for GaspRange { implementation129 impl<'a> SomeRecord<'a> for GaspRange { implementation
67 pub fn gasp_ranges(&self) -> &'a [GaspRange] { in gasp_ranges()105 pub struct GaspRange { struct109 pub range_gasp_behavior: BigEndian<GaspRangeBehavior>, argument112 impl GaspRange { argument124 impl FixedSize for GaspRange { implementation129 impl<'a> SomeRecord<'a> for GaspRange { implementation
125 struct GaspRange { struct126 using Behavior = SkOTTableGridAndScanProcedure::GaspRange::behavior;127 GaspRange(int min, int max, int version, Behavior flags) in GaspRange() argument129 int fMin;130 int fMax;131 int fVersion;132 Behavior fFlags;