Home
last modified time | relevance | path

Searched defs:ctable (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp635 …shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opacity, bool ctable) in shapeGenFillColors()
641 …shape, const Fill* fill, const Matrix& transform, SwSurface* surface, uint8_t opacity, bool ctable) in shapeGenStrokeFillColors()
DtvgSwRenderer.cpp152 auto ctable = (flags & RenderUpdateFlag::Gradient) ? true : false; in run() local
166 auto ctable = (flags & RenderUpdateFlag::GradientStroke) ? true : false; in run() local
DtvgSwCommon.h156 uint32_t* ctable; member
DtvgSwFill.cpp828 …fill, const Fill* fdata, const Matrix& transform, SwSurface* surface, uint8_t opacity, bool ctable) in fillGenColorTable()