Searched refs:mask_path (Results 1 – 4 of 4) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieLayer.cpp | 74 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/skia/modules/skottie/src/ |
D | SkottieLayer.cpp | 74 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/ |
D | field_mask_util.cc | 467 const string& mask_path = mask.paths(i); in IsPathInFieldMask() local 468 if (path == mask_path) { in IsPathInFieldMask() 470 } else if (mask_path.length() < path.length()) { in IsPathInFieldMask() 472 if (path.substr(0, mask_path.length() + 1).compare(mask_path + ".") == in IsPathInFieldMask()
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 1638 const char *id,const char *mask_path,ExceptionInfo *exception) in DrawCompositeMask() argument 1673 (void) CloneString(&clone_info->primitive,mask_path); in DrawCompositeMask() 3075 *mask_path; in RenderMVGContent() local 3081 mask_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 3082 if (mask_path != (const char *) NULL) in RenderMVGContent() 3088 graphic_context[n],token,mask_path,exception); in RenderMVGContent()
|