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

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 72 assertFalse(mPathMeasure.nextContour());
75 assertTrue(mPathMeasure.nextContour());
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 69 } while (meas.nextContour());
Sk1DPathEffect.cpp 27 } while (meas.nextContour());
SkDashPathEffect.cpp 329 } while (meas.nextContour());
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 69 } while (meas.nextContour());
Sk1DPathEffect.cpp 27 } while (meas.nextContour());
SkDashPathEffect.cpp 329 } while (meas.nextContour());
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 111 static jboolean nextContour(JNIEnv* env, jobject clazz, PathMeasurePair* pair) {
112 return pair->fMeasure.nextContour();
128 {"native_nextContour", "(I)Z", (void*) SkPathMeasureGlue::nextContour },
  /external/skia/tests/
PathMeasureTest.cpp 117 meas.nextContour();
191 meas.nextContour();
  /external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h 74 bool nextContour();
  /external/skia/include/core/
SkPathMeasure.h 74 bool nextContour();
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 133 public boolean nextContour() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 159 } while (measure.nextContour());
197 } while (measure.nextContour());
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 1195 goto NextContour;
1252 NextContour:
aflatin2.c 752 goto NextContour;
840 goto NextContour;
844 NextContour:
    [all...]
  /external/freetype/src/autofit/
afhints.c 1217 goto NextContour;
    [all...]
aflatin2.c 780 goto NextContour;
868 goto NextContour;
872 NextContour:
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPathMeasure.cpp 521 bool SkPathMeasure::nextContour() {
  /external/skia/src/core/
SkPathMeasure.cpp 521 bool SkPathMeasure::nextContour() {

Completed in 1334 milliseconds