Home
last modified time | relevance | path

Searched defs:ColorStop (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/sksg/include/
DSkSGGradient.h27 struct ColorStop { struct
31 bool operator==(const ColorStop& other) const { argument
/third_party/skia/m133/modules/sksg/include/
DSkSGGradient.h30 struct ColorStop { struct
34 bool operator==(const ColorStop& other) const { argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh227 struct ColorStop struct
229 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;
/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Color/COLR/
DCOLR.hh372 struct ColorStop struct
374 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;
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp508 struct ColorStop { in colrv1_configure_skpaint() struct
509 SkScalar stop_pos; in colrv1_configure_skpaint()
510 SkColor color; in colrv1_configure_skpaint()
/third_party/skia/m133/src/ports/
DSkFontHost_FreeType_common.cpp619 struct ColorStop { in colrv1_configure_skpaint() struct
620 SkScalar pos; in colrv1_configure_skpaint()
621 SkColor4f color; in colrv1_configure_skpaint()
/third_party/skia/m133/src/ports/fontations/src/
Dffi.rs1515 struct ColorStop { struct
1516 stop: f32,
1517 palette_index: u16,
1518 alpha: f32,