Home
last modified time | relevance | path

Searched defs:maskPath (Results 1 – 3 of 3) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java15 private final AnimatableShapeValue maskPath; field in Mask
19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java421 Path maskPath = maskAnimation.getValue(); in intersectBoundsWithMask() local
567 Path maskPath = maskAnimation.getValue(); in applyAddMask() local
578 Path maskPath = maskAnimation.getValue(); in applyInvertedAddMask() local
587 Path maskPath = maskAnimation.getValue(); in applySubtractMask() local
598 Path maskPath = maskAnimation.getValue(); in applyInvertedSubtractMask() local
608 Path maskPath = maskAnimation.getValue(); in applyIntersectMask() local
621 Path maskPath = maskAnimation.getValue(); in applyInvertedIntersectMask() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DMaskParser.java20 AnimatableShapeValue maskPath = null; in parse() local