Home
last modified time | relevance | path

Searched refs:stopCount (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp96 int stopCount = 0; in _applyLinearGradientProperty() local
123 stopCount = g->stops.count; in _applyLinearGradientProperty()
124 if (stopCount > 0) { in _applyLinearGradientProperty()
125 stops = (Fill::ColorStop*)calloc(stopCount, sizeof(Fill::ColorStop)); in _applyLinearGradientProperty()
141 fillGrad->colorStops(stops, stopCount); in _applyLinearGradientProperty()
151 int stopCount = 0; in _applyRadialGradientProperty() local
182 stopCount = g->stops.count; in _applyRadialGradientProperty()
183 if (stopCount > 0) { in _applyRadialGradientProperty()
184 stops = (Fill::ColorStop*)calloc(stopCount, sizeof(Fill::ColorStop)); in _applyRadialGradientProperty()
200 fillGrad->colorStops(stops, stopCount); in _applyRadialGradientProperty()