Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh666 struct PaintLinearGradient struct
668 void closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()
671 bool subset (hb_subset_context_t *c, in subset()
695 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
701 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
719 HBUINT8 format; /* format = 4(noVar) or 5 (Var) */
720 Offset24To<ColorLine<Var>> colorLine; /* Offset (from beginning of PaintLinearGradient
722 FWORD x0;
723 FWORD y0;
724 FWORD x1;
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1562 PaintLinearGradient = 4 variable in PaintFormat