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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java378 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 DRecordingCanvas.java591 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 DRenderNode.java904 private static native boolean nSetOutlineConvexPath(long renderNode, long nativePath, argument
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java597 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 DCanvas.java1282 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 1765 milliseconds