HomeSort by relevance Sort by last modified time
    Searched refs:incReserve (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkPath.cpp 229 void SkPath::incReserve(U16CPU inc) {
355 this->incReserve(5);
401 this->incReserve(17);
517 this->incReserve(13);
547 this->incReserve(17); // 8 quads + close
636 this->incReserve(count);
659 this->incReserve(count);
718 this->incReserve(count);
736 this->incReserve(path.fPts.count());
789 this->incReserve(vcount)
    [all...]
SkRegion_path.cpp 472 path->incReserve(count << 1);
  /frameworks/base/core/jni/android/graphics/
Path.cpp 83 static void incReserve(JNIEnv* env, jobject clazz, SkPath* obj, jint extraPtCount) {
84 obj->incReserve(extraPtCount);
271 {"native_incReserve","(II)V", (void*) SkPathGlue::incReserve},
  /external/skia/include/core/
SkPath.h 179 void incReserve(unsigned extraPtCount);
  /frameworks/base/graphics/java/android/graphics/
Path.java 174 public void incReserve(int extraPtCount) {
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 622 path.incReserve(numPoints);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 461 path.incReserve(numPoints);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 34 milliseconds