Searched defs:PaintTransform (Results 1 – 3 of 3) sorted by relevance
979 struct PaintTransform struct983 bool subset (hb_subset_context_t *c, in subset()995 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1003 void paint_glyph (hb_paint_context_t *c) const in paint_glyph()1011 HBUINT8 format; /* format = 12(noVar) or 13 (Var) */1012 Offset24To<Paint> src; /* Offset (from beginning of PaintTransform table) to Paint subtable. */1013 Offset24To<Var<Affine2x3>> transform;
3052 impl<'a> FontRead<'a> for PaintTransform<'a> { implementation3063 pub type PaintTransform<'a> = TableRef<'a, PaintTransformMarker>; typedef3065 impl<'a> PaintTransform<'a> { impl3098 impl<'a> SomeTable<'a> for PaintTransform<'a> { implementation3119 impl<'a> std::fmt::Debug for PaintTransform<'a> { implementation
1570 PaintTransform = 12 variable in PaintFormat