Home
last modified time | relevance | path

Searched defs:MaskRecord (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/src/
DLayer.cpp137 struct MaskRecord { in AttachMask() struct
138 sk_sp<sksg::Path> mask_path; // for clipping and masking in AttachMask()
139 sk_sp<MaskAdapter> mask_adapter; // for masking in AttachMask()
140 sksg::Merge::Mode merge_mode; // for clipping in AttachMask()
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp73 struct MaskRecord { in AttachMask() struct
74 sk_sp<sksg::Path> mask_path; // for clipping and masking in AttachMask()
75 sk_sp<sksg::Color> mask_paint; // for masking in AttachMask()
76 sksg::Merge::Mode merge_mode; // for clipping in AttachMask()