Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh1071 struct PaintScaleAroundCenter struct
1075 bool subset (hb_subset_context_t *c, in subset()
1097 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1103 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1120 HBUINT8 format; /* format = 18 (noVar) or 19(Var) */
1121 …et24To<Paint> src; /* Offset (from beginning of PaintScaleAroundCenter table) to Paint subtable. */
1122 F2DOT14 scaleX;
1123 F2DOT14 scaleY;
1124 FWORD centerX;
1125 FWORD centerY;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1576 PaintScaleAroundCenter = 18 variable in PaintFormat