Searched defs:MaskRecord (Results 1 – 2 of 2) sorted by relevance
68 struct MaskRecord { in AttachMask() struct69 sk_sp<sksg::Path> mask_path; // for clipping and masking in AttachMask()70 sk_sp<sksg::Color> mask_paint; // for masking in AttachMask()71 sk_sp<sksg::BlurImageFilter> mask_blur; // for masking in AttachMask()72 sksg::Merge::Mode merge_mode; // for clipping in AttachMask()
137 struct MaskRecord { in AttachMask() struct138 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()