Searched refs:nativePath (Results 1 - 5 of 5) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Canvas_Delegate.java | 378 long nativePath, 385 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath); 377 nClipPath(long nativeCanvas, long nativePath, int regionOp) argument
|
/frameworks/base/core/java/android/view/ |
H A D | RecordingCanvas.java | 591 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); argument 635 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, 639 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, argument 634 nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, long nativeTypeface) argument
|
H A D | RenderNode.java | 904 private static native boolean nSetOutlineConvexPath(long renderNode, long nativePath, argument
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | BaseCanvas.java | 597 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); argument 631 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, 634 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, argument 630 nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint, long nativeTypeface) argument
|
H A D | Canvas.java | 1282 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); argument 1288 private static native boolean nQuickReject(long nativeCanvas, long nativePath); argument
|
Completed in 195 milliseconds