Home
last modified time | relevance | path

Searched refs:clip_node (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/
DLayer.cpp205 sk_sp<sksg::GeometryNode> clip_node; in AttachMask() local
209 clip_node = std::move(mask_stack.front().mask_path); in AttachMask()
218 clip_node = sksg::Merge::Make(std::move(merge_recs)); in AttachMask()
221 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true); in AttachMask()
/third_party/flutter/skia/modules/skottie/src/
DLayer.cpp150 sk_sp<sksg::GeometryNode> clip_node; in AttachMask() local
154 clip_node = std::move(mask_stack.front().mask_path); in AttachMask()
164 clip_node = sksg::Merge::Make(std::move(merge_recs)); in AttachMask()
167 return sksg::ClipEffect::Make(std::move(childNode), std::move(clip_node), true); in AttachMask()