Searched refs:ClipPath (Results 1 – 10 of 10) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSvgLoaderCommon.h | 56 ClipPath, enumerator 83 ClipPath = 0x16 enumerator 141 ClipPath = 0x1000, enumerator
|
| D | tvgPicture.cpp | 70 if (!target || method == tvg::CompositeMethod::ClipPath) return false; in needComposition()
|
| D | tvgScene.h | 97 … if (compMethod != CompositeMethod::None && compMethod != CompositeMethod::ClipPath) return true; in needComposition()
|
| D | tvgPaint.cpp | 470 if (target && method == CompositeMethod::ClipPath) return clip(std::move(target)); in composite() 489 return CompositeMethod::ClipPath; in composite()
|
| D | tvgShape.h | 87 if (!target || method == CompositeMethod::ClipPath) return false; in needComposition()
|
| D | thorvg.h | 171 …ClipPath, ///< The intersection of the source and the target is determined and only the … enumerator
|
| D | tvgSvgSceneBuilder.cpp | 50 …e == SvgNodeType::G || type == SvgNodeType::Use || type == SvgNodeType::ClipPath || type == SvgNod… in _isGroupType() 276 … Matrix finalTransform = _compositionTransform(paint, node, compNode, SvgNodeType::ClipPath); in _applyComposition()
|
| D | tvgSvgLoader.cpp | 1230 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()
|
| D | tvgSwRaster.cpp | 160 …if (!surface->compositor || (int)surface->compositor->method <= (int)CompositeMethod::ClipPath) re… in _compositing()
|
| /lvgl-latest/src/others/vg_lite_tvg/ |
| D | vg_lite_tvg.cpp | 668 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()
|