Searched refs:native_transform (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 756 native_transform(mNativePath, matrix.native_instance, dstNative); in transform() 766 native_transform(mNativePath, matrix.native_instance); in transform() 851 private static native void native_transform(long nPath, long matrix, long dst_path); in native_transform() method in Path 852 private static native void native_transform(long nPath, long matrix); in native_transform() method in Path
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 447 /*package*/ static void native_transform(long nPath, long matrix, in native_transform() method in Path_Delegate 466 /*package*/ static void native_transform(long nPath, long matrix) { in native_transform() method in Path_Delegate 467 native_transform(nPath, matrix, 0); in native_transform()
|