Searched defs:ctable (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 635 …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()
|
D | tvgSwRenderer.cpp | 152 auto ctable = (flags & RenderUpdateFlag::Gradient) ? true : false; in run() local 166 auto ctable = (flags & RenderUpdateFlag::GradientStroke) ? true : false; in run() local
|
D | tvgSwCommon.h | 156 uint32_t* ctable; member
|
D | tvgSwFill.cpp | 828 …fill, const Fill* fdata, const Matrix& transform, SwSurface* surface, uint8_t opacity, bool ctable) in fillGenColorTable()
|