Home
last modified time | relevance | path

Searched refs:ClipPath (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h56 ClipPath, enumerator
83 ClipPath = 0x16 enumerator
141 ClipPath = 0x1000, enumerator
DtvgPicture.cpp70 if (!target || method == tvg::CompositeMethod::ClipPath) return false; in needComposition()
DtvgScene.h97 … if (compMethod != CompositeMethod::None && compMethod != CompositeMethod::ClipPath) return true; in needComposition()
DtvgPaint.cpp470 if (target && method == CompositeMethod::ClipPath) return clip(std::move(target)); in composite()
489 return CompositeMethod::ClipPath; in composite()
DtvgShape.h87 if (!target || method == CompositeMethod::ClipPath) return false; in needComposition()
Dthorvg.h171ClipPath, ///< The intersection of the source and the target is determined and only the … enumerator
DtvgSvgSceneBuilder.cpp50 …e == SvgNodeType::G || type == SvgNodeType::Use || type == SvgNodeType::ClipPath || type == SvgNod… in _isGroupType()
276 … Matrix finalTransform = _compositionTransform(paint, node, compNode, SvgNodeType::ClipPath); in _applyComposition()
DtvgSvgLoader.cpp1230 STYLE_DEF(clip-path, ClipPath, SvgStyleFlags::ClipPath),
1528 loader->svgParse->node = _createNode(parent, SvgNodeType::ClipPath); in _createClipPathNode()
3493 …if (!node->style->display && node->type != SvgNodeType::ClipPath) TVGLOG("SVG", "Inefficient eleme… in _inefficientNodeCheck()
DtvgSwRaster.cpp160 …if (!surface->compositor || (int)surface->compositor->method <= (int)CompositeMethod::ClipPath) re… in _compositing()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp668 TVG_CHECK_RETURN_VG_ERROR(picture->composite(std::move(shape), CompositeMethod::ClipPath)); in vg_lite_blit_rect()
1147 TVG_CHECK_RETURN_VG_ERROR(picture->composite(std::move(shape), CompositeMethod::ClipPath)); in vg_lite_draw_pattern()
2461 TVG_CHECK_RETURN_RESULT(shape->composite(std::move(cilp), CompositeMethod::ClipPath)); in shape_append_path()