Searched defs:PaintScaleUniformAroundCenter (Results 1 – 3 of 3) sorted by relevance
1219 struct PaintScaleUniformAroundCenter struct1223 bool subset (hb_subset_context_t *c, in subset()1244 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1250 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1266 HBUINT8 format; /* format = 22 (noVar) or 23(Var) */1267 …Paint> src; /* Offset (from beginning of PaintScaleUniformAroundCenter table) to Paint subtable. */1268 F2DOT14 scale;1269 FWORD centerX;1270 FWORD centerY;
4371 impl<'a> FontRead<'a> for PaintScaleUniformAroundCenter<'a> { implementation4384 pub type PaintScaleUniformAroundCenter<'a> = TableRef<'a, PaintScaleUniformAroundCenterMarker>; typedef4386 impl<'a> PaintScaleUniformAroundCenter<'a> { impl4425 impl<'a> SomeTable<'a> for PaintScaleUniformAroundCenter<'a> { implementation4445 impl<'a> std::fmt::Debug for PaintScaleUniformAroundCenter<'a> { implementation
1580 PaintScaleUniformAroundCenter = 22 variable in PaintFormat