Home
last modified time | relevance | path

Searched refs:mask_path (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/skottie/src/
DLayer.cpp84 sk_sp<sksg::RenderNode> makeMask(sk_sp<sksg::Path> mask_path) const { in makeMask()
85 sk_sp<sksg::RenderNode> mask = sksg::Draw::Make(std::move(mask_path), fMaskPaint); in makeMask()
138 sk_sp<sksg::Path> mask_path; // for clipping and masking in AttachMask() member
167 auto mask_path = abuilder->attachPath((*m)["pt"]); in AttachMask() local
168 if (!mask_path) { in AttachMask()
186 mask_path->setFillType(mask_inverted ? SkPathFillType::kInverseWinding in AttachMask()
194 mask_stack.push_back({ std::move(mask_path), in AttachMask()
209 clip_node = std::move(mask_stack.front().mask_path); in AttachMask()
216 merge_recs.push_back({std::move(mask.mask_path), mask.merge_mode }); in AttachMask()
229 maskNode = rec.mask_adapter->makeMask(std::move(rec.mask_path)); in AttachMask()
[all …]
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp74 sk_sp<sksg::Path> mask_path; // for clipping and masking in AttachMask() member
104 auto mask_path = abuilder->attachPath((*m)["pt"], ascope); in AttachMask() local
105 if (!mask_path) { in AttachMask()
113 mask_path->setFillType(inverted ? SkPath::kInverseWinding_FillType in AttachMask()
127 mask_stack.push_back({mask_path, mask_paint, mask_info->fMergeMode}); in AttachMask()
139 clip_node = std::move(mask_stack.front().mask_path); in AttachMask()
147 merge_recs.push_back({std::move(mask.mask_path), mode}); in AttachMask()
158 maskNode = sksg::Draw::Make(std::move(mask_stack.front().mask_path), in AttachMask()
164 masks.push_back(sksg::Draw::Make(std::move(rec.mask_path), in AttachMask()
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc671 const std::string& mask_path = mask.paths(i); in IsPathInFieldMask() local
672 if (path == mask_path) { in IsPathInFieldMask()
674 } else if (mask_path.length() < path.length()) { in IsPathInFieldMask()
676 if (path.substr(0, mask_path.length() + 1).compare(mask_path + ".") == in IsPathInFieldMask()
/external/ImageMagick/MagickCore/
Ddraw.c1653 const char *id,const char *mask_path,ExceptionInfo *exception) in DrawCompositeMask() argument
1688 (void) CloneString(&clone_info->primitive,mask_path); in DrawCompositeMask()
3152 *mask_path; in RenderMVGContent() local
3158 mask_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent()
3159 if (mask_path != (const char *) NULL) in RenderMVGContent()
3165 graphic_context[n],token,mask_path,exception); in RenderMVGContent()