Searched refs:nativePath (Results 1 - 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java375 long nativePath,
382 Path_Delegate pathDelegate = Path_Delegate.getDelegate(nativePath);
374 nClipPath(long nativeCanvas, long nativePath, int regionOp) argument
/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java601 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); argument
644 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint);
647 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, argument
643 nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint) argument
H A DRenderNode.java931 private static native boolean nSetOutlineConvexPath(long renderNode, long nativePath, argument
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java622 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); argument
655 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint);
657 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, argument
654 nDrawTextOnPath(long nativeCanvas, char[] text, int index, int count, long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint) argument
H A DCanvas.java1352 private static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); argument
1358 private static native boolean nQuickReject(long nativeCanvas, long nativePath); argument

Completed in 68 milliseconds