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

  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 107 return native_getMatrix(native_instance, distance, matrix.native_instance, flags);
144 private static native boolean native_getMatrix(int native_instance, float distance, int native_matrix, int flags);
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 125 {"native_getMatrix", "(IFII)Z", (void*) SkPathMeasureGlue::getMatrix },

Completed in 37 milliseconds