Searched defs:PaintTransform (Results 1 – 6 of 6) 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;
390 impl<'a> PaintTransform<'a> { implementation
390 impl<'a> PaintTransform<'a> { impl
3055 impl<'a> FontRead<'a> for PaintTransform<'a> { implementation3066 pub type PaintTransform<'a> = TableRef<'a, PaintTransformMarker>; typedef3068 impl<'a> PaintTransform<'a> { impl3101 impl<'a> SomeTable<'a> for PaintTransform<'a> { implementation3122 impl<'a> std::fmt::Debug for PaintTransform<'a> { implementation
3055 impl<'a> FontRead<'a> for PaintTransform<'a> { implementation3066 pub type PaintTransform<'a> = TableRef<'a, PaintTransformMarker>; typedef3068 impl<'a> PaintTransform<'a> { implementation3101 impl<'a> SomeTable<'a> for PaintTransform<'a> { implementation3122 impl<'a> std::fmt::Debug for PaintTransform<'a> { implementation
1570 PaintTransform = 12 variable in PaintFormat