Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DShapeData.java13 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/
DBaseLayer.java441BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyAddMask()
450BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedAddMask()
462BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applySubtractMask()
470BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedSubtractMask()
482BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyIntersectMask()
493BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedIntersectMask()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.h22 class ShapeData; variable
DGrSmallPathRenderer.cpp119 class ShapeData { class