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