Home
last modified time | relevance | path

Searched defs:clip (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRenderer.cpp107 bool clip(SwRle* target) override in clip() function
181 for (auto clip = clips.begin(); clip < clips.end(); ++clip) { in run() local
211 bool clip(SwRle* target) override in clip() function
243 for (auto clip = clips.begin(); clip < clips.end(); ++clip) { in run() local
698 for (auto clip = clips.begin(); clip < clips.end(); ++clip) { in prepareCommon() local
DtvgPaint.h128 void clip(Paint* clp) in clip() function
DtvgSwRle.cpp752 static SwSpan* _intersectSpansRegion(const SwRle *clip, const SwRle *target, SwSpan *outSpans, uint… in _intersectSpansRegion()
1011 void rleClip(SwRle *rle, const SwRle *clip) in rleClip()
1024 void rleClip(SwRle *rle, const SwBBox* clip) in rleClip()
DtvgSvgSceneBuilder.cpp225 …erData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, const string& svgPath, bool clip) in _appendClipChild()
317 …oaderData& loaderData, SvgNode* node, Shape* vg, const Box& vBox, const string& svgPath, bool clip) in _applyProperty()
DtvgPaint.cpp454 Result Paint::clip(std::unique_ptr<Paint> clipper) noexcept in clip() function in Paint
DtvgLottieBuilder.cpp1434 auto clip = Shape::gen(); in build() local
DtvgSvgLoaderCommon.h530 SvgClipNode clip; member
DtvgSvgLoader.cpp1322 SvgClipNode* clip = &(node->node.clip); in _attrParseClipPathNode() local