Home
last modified time | relevance | path

Searched defs:ShapeData (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeData.java14 public class ShapeData { class
19 public ShapeData(PointF initialPoint, boolean closed, List<CubicCurveData> curves) { in ShapeData() method in ShapeData
25 public ShapeData() { in ShapeData() method in ShapeData
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java501BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyAddMask()
510BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedAddMask()
521 …private void applySubtractMask(Canvas canvas, Matrix matrix, BaseKeyframeAnimation<ShapeData, Path… in applySubtractMask()
529BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedSubtractMask()
541BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyIntersectMask()
552BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedIntersectMask()