Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh860 struct PaintComposite struct
864 bool subset (hb_subset_context_t *c) const in subset()
874 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
882 HBUINT8 format; /* format = 32 */
883 …set24To<Paint> src; /* Offset (from beginning of PaintComposite table) to source Paint subtable. */
884 CompositeMode mode; /* If mode is unrecognized use COMPOSITE_CLEAR */
885 …<Paint> backdrop; /* Offset (from beginning of PaintComposite table) to backdrop Paint subtable. */
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1517 PaintComposite = 32 variable in PaintFormat