Searched defs:PaintScaleAroundCenter (Results 1 – 3 of 3) sorted by relevance
1116 struct PaintScaleAroundCenter struct1120 bool subset (hb_subset_context_t *c, in subset()1142 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1148 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1165 HBUINT8 format; /* format = 18 (noVar) or 19(Var) */1166 …et24To<Paint> src; /* Offset (from beginning of PaintScaleAroundCenter table) to Paint subtable. */1167 F2DOT14 scaleX;1168 F2DOT14 scaleY;1169 FWORD centerX;1170 FWORD centerY;
3922 impl<'a> FontRead<'a> for PaintScaleAroundCenter<'a> { implementation3936 pub type PaintScaleAroundCenter<'a> = TableRef<'a, PaintScaleAroundCenterMarker>; typedef3938 impl<'a> PaintScaleAroundCenter<'a> { implementation3983 impl<'a> SomeTable<'a> for PaintScaleAroundCenter<'a> { implementation4004 impl<'a> std::fmt::Debug for PaintScaleAroundCenter<'a> { implementation
1576 PaintScaleAroundCenter = 18 variable in PaintFormat