Searched defs:PaintRotate (Results 1 – 3 of 3) sorted by relevance
1275 struct PaintRotate struct1279 bool subset (hb_subset_context_t *c, in subset()1296 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1302 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1312 HBUINT8 format; /* format = 24 (noVar) or 25(Var) */1313 Offset24To<Paint> src; /* Offset (from beginning of PaintRotate table) to Paint subtable. */1314 F2DOT14 angle;
4603 impl<'a> FontRead<'a> for PaintRotate<'a> { implementation4614 pub type PaintRotate<'a> = TableRef<'a, PaintRotateMarker>; typedef4616 impl<'a> PaintRotate<'a> { implementation4644 impl<'a> SomeTable<'a> for PaintRotate<'a> { implementation4662 impl<'a> std::fmt::Debug for PaintRotate<'a> { implementation
1582 PaintRotate = 24 variable in PaintFormat