Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRaster.cpp1487 static bool _rasterGradientMattedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterGradientMattedRle() function
1571 if (_matting(surface)) return _rasterGradientMattedRle<FillLinear>(surface, rle, fill); in _rasterLinearGradientRle()
1588 if (_matting(surface)) return _rasterGradientMattedRle<FillRadial>(surface, rle, fill); in _rasterRadialGradientRle()