HomeSort by relevance Sort by last modified time
    Searched full:pathmeasure (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 22 import android.graphics.PathMeasure;
27 private PathMeasure mPathMeasure;
34 mPathMeasure = new PathMeasure();
39 mPathMeasure = new PathMeasure();
41 // new the PathMeasure instance
43 mPathMeasure = new PathMeasure(path, true);
45 // new the PathMeasure instance
46 mPathMeasure = new PathMeasure(path, false);
89 PathMeasure measure = new PathMeasure(circle, false)
    [all...]
  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 24 import android.graphics.PathMeasure;
105 PathMeasure pathMeasure = new PathMeasure(patternPath, false);
106 float length = pathMeasure.getLength();
108 pathMeasure.getPosTan(length, pos, null);
111 pathMeasure.getPosTan(0, pos, null);
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 19 public class PathMeasure {
23 * Create an empty PathMeasure object. To uses this to measure the length
31 public PathMeasure() {
37 * Create a PathMeasure object associated with the specified path object
50 public PathMeasure(Path path, boolean forceClosed) {
  /external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h 17 /** Initialize the pathmeasure with the specified path. The path must remain valid
25 /** Reset the pathmeasure with the specified path. The path must remain valid
  /external/skia/include/core/
SkPathMeasure.h 17 /** Initialize the pathmeasure with the specified path. The path must remain valid
25 /** Reset the pathmeasure with the specified path. The path must remain valid
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextOnPathActivity.java 24 import android.graphics.PathMeasure;
74 private final PathMeasure mMeasure;
98 mMeasure = new PathMeasure(mPath, false);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 27 import android.graphics.PathMeasure;
188 PathMeasure mPathMeasure = new PathMeasure();
FilterDrawRepresentation.java 21 import android.graphics.PathMeasure;
324 PathMeasure mPathMeasure = new PathMeasure();
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPath.cpp 139 SkPathMeasure pathMeasure(path, false);
140 fLength = pathMeasure.getLength();
  /external/skia/src/animator/
SkDrawPath.cpp 139 SkPathMeasure pathMeasure(path, false);
140 fLength = pathMeasure.getLength();
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 1 /* libs/android_runtime/android/graphics/PathMeasure.cpp
159 int result = AndroidRuntime::registerNativeMethods(env, "android/graphics/PathMeasure", methods,
  /external/chromium_org/third_party/skia/tests/
PathMeasureTest.cpp 76 DEF_TEST(PathMeasure, reporter) {
  /external/skia/tests/
PathMeasureTest.cpp 76 DEF_TEST(PathMeasure, reporter) {
  /frameworks/base/core/jni/
Android.mk 116 android/graphics/PathMeasure.cpp \
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 29 import android.graphics.PathMeasure;
799 private PathMeasure mPathMeasure;
    [all...]
  /frameworks/base/
preloaded-classes 678 android.graphics.PathMeasure
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /frameworks/base/core/java/android/view/
View.java 39 import android.graphics.PathMeasure;
    [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 1144 milliseconds