Searched refs:imagePrepare (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwImage.cpp | 78 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render… in imagePrepare() function
|
D | tvgSwRenderer.cpp | 236 if (!imagePrepare(&image, transform, clipRegion, bbox, mpool, tid)) goto end; in run()
|
D | tvgSwCommon.h | 524 bool imagePrepare(SwImage* image, const Matrix& transform, const SwBBox& clipRegion, SwBBox& render…
|