Home
last modified time | relevance | path

Searched defs:PaintTransform (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh585 struct PaintTransform struct
589 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;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1473 PaintTransform = 12 variable in PaintFormat