Home
last modified time | relevance | path

Searched refs:ColorStop (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/sksg/include/
H A DSkSGGradient.h27 struct ColorStop { struct in sksg::Gradient
31 bool operator==(const ColorStop& other) const { in operator ==()
36 SG_ATTRIBUTE(ColorStops, std::vector<ColorStop>, fColorStops)
49 std::vector<ColorStop> fColorStops;
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp123 sksg::Gradient::ColorStop current_stop = {
131 std::vector<sksg::Gradient::ColorStop> stops;
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp506 // 5.7.11.2.4 ColorIndex, ColorStop and ColorLine in colrv1_configure_skpaint()
508 struct ColorStop { in colrv1_configure_skpaint()
512 std::vector<ColorStop> sorted_stops; in colrv1_configure_skpaint()
539 [](const ColorStop& a, const ColorStop& b) { return a.stop_pos < b.stop_pos; }); in colrv1_configure_skpaint()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-colr-table.hh227 struct ColorStop struct
299 Array16Of<Var<ColorStop>> stops;

Completed in 6 milliseconds