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.java354 Path maskPath = maskAnimation.getValue(); in intersectBoundsWithMask() local
492 Path maskPath = maskAnimation.getValue(); in applyAddMask() local
503 Path maskPath = maskAnimation.getValue(); in applyInvertedAddMask() local
512 Path maskPath = maskAnimation.getValue(); in applySubtractMask() local
523 Path maskPath = maskAnimation.getValue(); in applyInvertedSubtractMask() local
533 Path maskPath = maskAnimation.getValue(); in applyIntersectMask() local
546 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