Searched defs:PaintLinearGradient (Results 1 – 2 of 2) sorted by relevance
666 struct PaintLinearGradient struct668 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 PaintLinearGradient722 FWORD x0;723 FWORD y0;724 FWORD x1;[all …]
1562 PaintLinearGradient = 4 variable in PaintFormat