Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRenderer.cpp109 if (shape.fastTrack) rleClip(target, &bbox); in clip()
110 else if (shape.rle) rleClip(target, shape.rle); in clip()
DtvgSwRle.cpp1011 void rleClip(SwRle *rle, const SwRle *clip) in rleClip() function
1024 void rleClip(SwRle *rle, const SwBBox* clip) in rleClip() function
DtvgSwCommon.h553 void rleClip(SwRle* rle, const SwRle* clip);
554 void rleClip(SwRle* rle, const SwBBox* clip);