Searched defs:ColorStop (Results 1 – 7 of 7) sorted by relevance
27 struct ColorStop { struct31 bool operator==(const ColorStop& other) const { argument
30 struct ColorStop { struct34 bool operator==(const ColorStop& other) const { argument
227 struct ColorStop struct229 void closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()232 bool subset (hb_subset_context_t *c) const in subset()241 bool sanitize (hb_sanitize_context_t *c) const in sanitize()247 F2DOT14 stopOffset;248 HBUINT16 paletteIndex;249 F2DOT14 alpha;
372 struct ColorStop struct374 void closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()380 bool subset (hb_subset_context_t *c, in subset()398 bool sanitize (hb_sanitize_context_t *c) const in sanitize()404 void get_color_stop (hb_paint_context_t *c, in get_color_stop()415 F2DOT14 stopOffset;416 HBUINT16 paletteIndex;417 F2DOT14 alpha;
508 struct ColorStop { in colrv1_configure_skpaint() struct509 SkScalar stop_pos; in colrv1_configure_skpaint()510 SkColor color; in colrv1_configure_skpaint()
619 struct ColorStop { in colrv1_configure_skpaint() struct620 SkScalar pos; in colrv1_configure_skpaint()621 SkColor4f color; in colrv1_configure_skpaint()
1515 struct ColorStop { struct1516 stop: f32,1517 palette_index: u16,1518 alpha: f32,