Searched defs:PaintRotateAroundCenter (Results 1 – 3 of 3) sorted by relevance
1319 struct PaintRotateAroundCenter struct1323 bool subset (hb_subset_context_t *c, in subset()1344 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1350 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1366 HBUINT8 format; /* format = 26 (noVar) or 27(Var) */1367 …t24To<Paint> src; /* Offset (from beginning of PaintRotateAroundCenter table) to Paint subtable. */1368 F2DOT14 angle;1369 FWORD centerX;1370 FWORD centerY;
4801 impl<'a> FontRead<'a> for PaintRotateAroundCenter<'a> { implementation4814 pub type PaintRotateAroundCenter<'a> = TableRef<'a, PaintRotateAroundCenterMarker>; typedef4816 impl<'a> PaintRotateAroundCenter<'a> { impl4856 impl<'a> SomeTable<'a> for PaintRotateAroundCenter<'a> { implementation4876 impl<'a> std::fmt::Debug for PaintRotateAroundCenter<'a> { implementation
1584 PaintRotateAroundCenter = 26 variable in PaintFormat