Searched defs:maskPath (Results 1 – 3 of 3) sorted by relevance
15 private final AnimatableShapeValue maskPath; field in Mask19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask()
308 Path maskPath = maskAnimation.getValue(); in intersectBoundsWithMask() local442 Path maskPath = maskAnimation.getValue(); in applyAddMask() local453 Path maskPath = maskAnimation.getValue(); in applyInvertedAddMask() local463 Path maskPath = maskAnimation.getValue(); in applySubtractMask() local474 Path maskPath = maskAnimation.getValue(); in applyInvertedSubtractMask() local484 Path maskPath = maskAnimation.getValue(); in applyIntersectMask() local497 Path maskPath = maskAnimation.getValue(); in applyInvertedIntersectMask() local
19 AnimatableShapeValue maskPath = null; in parse() local