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

  /frameworks/base/graphics/java/android/graphics/
Path.java 512 native_addPath(mNativePath, src.mNativePath, dx, dy);
522 native_addPath(mNativePath, src.mNativePath);
532 native_addPath(mNativePath, src.mNativePath, matrix.native_instance);
647 private static native void native_addPath(int nPath, int src, float dx,
649 private static native void native_addPath(int nPath, int src);
650 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 66 milliseconds