Home
last modified time | relevance | path

Searched refs:pathMeasure (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DPathKeyframeAnimation.java15 private PathMeasure pathMeasure = new PathMeasure(); field in PathKeyframeAnimation
38 pathMeasure.setPath(path, false); in getValue()
42 pathMeasure.getPosTan(keyframeProgress * pathMeasure.getLength(), pos, null); in getValue()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java37 private static final PathMeasure pathMeasure = new PathMeasure(); field in Utils
112 pathMeasure.setPath(path, false); in applyTrimPathIfNeeded()
114 float length = pathMeasure.getLength(); in applyTrimPathIfNeeded()
157 pathMeasure.getSegment( in applyTrimPathIfNeeded()
165 pathMeasure.getSegment( in applyTrimPathIfNeeded()
173 pathMeasure.getSegment( in applyTrimPathIfNeeded()
/external/skia/docs/examples/
DPath_addRRect_2.cpp17 SkPathMeasure pathMeasure(textPath, false); in draw() local
20 if (!pathMeasure.getPosTan(0, &position, &tangent)) { in draw()
/external/skqp/docs/
DSkPath_Reference.bmh3560 SkPathMeasure pathMeasure(textPath, false);
3563 if (!pathMeasure.getPosTan(0, &position, &tangent)) {