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.java308 Path maskPath = maskAnimation.getValue(); in intersectBoundsWithMask() local
442 Path maskPath = maskAnimation.getValue(); in applyAddMask() local
453 Path maskPath = maskAnimation.getValue(); in applyInvertedAddMask() local
463 Path maskPath = maskAnimation.getValue(); in applySubtractMask() local
474 Path maskPath = maskAnimation.getValue(); in applyInvertedSubtractMask() local
484 Path maskPath = maskAnimation.getValue(); in applyIntersectMask() local
497 Path maskPath = maskAnimation.getValue(); in applyInvertedIntersectMask() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DMaskParser.java19 AnimatableShapeValue maskPath = null; in parse() local