Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRaster.cpp1583 static bool _rasterRadialGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterRadialGradientRle() function
1748 …else if (type == Type::RadialGradient) return _rasterRadialGradientRle(surface, shape->rle, shape-… in rasterGradientShape()
1765 …else if (type == Type::RadialGradient) return _rasterRadialGradientRle(surface, shape->strokeRle, … in rasterGradientStroke()