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

  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 33 native_instance = native_create(0, false);
53 native_instance = native_create(path != null ? path.readOnlyNI() : 0,
160 private static native long native_create(long native_path, boolean forceClosed); method in class:PathMeasure
Matrix.java 228 native_instance = native_create(0);
236 native_instance = native_create(src != null ? src.native_instance : 0);
840 private static native long native_create(long native_src_or_zero); method in class:Matrix
    [all...]
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 147 {"native_create", "(JZ)J", (void*) SkPathMeasureGlue::create },
Matrix.cpp 307 {"native_create","(J)J", (void*) SkMatrixGlue::create},
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 70 /*package*/ static long native_create(long native_path, boolean forceClosed) { method in class:PathMeasure_Delegate
Matrix_Delegate.java 177 /*package*/ static long native_create(long native_src_or_zero) { method in class:Matrix_Delegate
    [all...]

Completed in 974 milliseconds