Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwCommon.h531 const Fill::ColorStop* fillFetchSolid(const SwFill* fill, const Fill* fdata);
DtvgSwFill.cpp845 const Fill::ColorStop* fillFetchSolid(const SwFill* fill, const Fill* fdata) in fillFetchSolid() function
DtvgSwRaster.cpp1737 if (auto color = fillFetchSolid(shape->fill, fdata)) { in rasterGradientShape()
1758 if (auto color = fillFetchSolid(shape->stroke->fill, fdata)) { in rasterGradientStroke()