Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh1130 struct PaintScaleUniform struct
1134 bool subset (hb_subset_context_t *c, in subset()
1151 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1157 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1167 HBUINT8 format; /* format = 20 (noVar) or 21(Var) */
1168 Offset24To<Paint> src; /* Offset (from beginning of PaintScaleUniform table) to Paint subtable. */
1169 F2DOT14 scale;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1578 PaintScaleUniform = 20 variable in PaintFormat