Searched defs:ShapeData (Results 1 – 4 of 4) sorted by relevance
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
D | ShapeData.java | 13 public class ShapeData { class 18 public ShapeData(PointF initialPoint, boolean closed, List<CubicCurveData> curves) { in ShapeData() method in ShapeData 24 public ShapeData() { in ShapeData() method in ShapeData
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | BaseLayer.java | 441 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyAddMask() 450 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedAddMask() 462 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applySubtractMask() 470 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedSubtractMask() 482 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyIntersectMask() 493 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedIntersectMask()
|
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.h | 22 class ShapeData; variable
|
D | GrSmallPathRenderer.cpp | 119 class ShapeData { class
|