Searched defs:PaintTransform (Results 1 – 2 of 2) sorted by relevance
585 struct PaintTransform struct589 bool subset (hb_subset_context_t *c) const in subset()598 bool sanitize (hb_sanitize_context_t *c) const in sanitize()606 HBUINT8 format; /* format = 12(noVar) or 13 (Var) */607 Offset24To<Paint> src; /* Offset (from beginning of PaintTransform table) to Paint subtable. */608 Offset24To<Var<Affine2x3>> transform;
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;