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

  /frameworks/base/core/jni/android/graphics/
Path.cpp 300 {"native_addPath","(IIFF)V", (void*) SkPathGlue::addPath__PathFF},
301 {"native_addPath","(II)V", (void*) SkPathGlue::addPath__Path},
302 {"native_addPath","(III)V", (void*) SkPathGlue::addPath__PathMatrix},
  /frameworks/base/graphics/java/android/graphics/
Path.java 605 native_addPath(mNativePath, src.mNativePath, dx, dy);
615 native_addPath(mNativePath, src.mNativePath);
625 native_addPath(mNativePath, src.mNativePath, matrix.native_instance);
742 private static native void native_addPath(int nPath, int src, float dx, float dy);
743 private static native void native_addPath(int nPath, int src);
744 private static native void native_addPath(int nPath, int src, int matrix);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 404 /*package*/ static void native_addPath(int nPath, int src, float dx, float dy) {
409 /*package*/ static void native_addPath(int nPath, int src) {
414 /*package*/ static void native_addPath(int nPath, int src, int matrix) {

Completed in 1042 milliseconds