Searched refs:nPath (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java74 public static Path_Delegate getDelegate(long nPath) { argument
75 return sManager.getDelegate(nPath);
107 /*package*/ static long init2(long nPath) { argument
111 // get the delegate to copy, which could be null if nPath is 0
112 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
121 /*package*/ static void native_reset(long nPath) { argument
122 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
131 /*package*/ static void native_rewind(long nPath) { argument
134 native_reset(nPath);
153 /*package*/ static boolean native_isConvex(long nPath) { argument
160 native_getFillType(long nPath) argument
170 native_setFillType(long nPath, int ft) argument
180 native_isEmpty(long nPath) argument
187 native_isRect(long nPath, RectF rect) argument
207 native_computeBounds(long nPath, RectF bounds) argument
217 native_incReserve(long nPath, int extraPtCount) argument
223 native_moveTo(long nPath, float x, float y) argument
233 native_rMoveTo(long nPath, float dx, float dy) argument
243 native_lineTo(long nPath, float x, float y) argument
253 native_rLineTo(long nPath, float dx, float dy) argument
263 native_quadTo(long nPath, float x1, float y1, float x2, float y2) argument
273 native_rQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) argument
283 native_cubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
294 native_rCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
305 native_arcTo(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo) argument
317 native_close(long nPath) argument
327 native_addRect(long nPath, float left, float top, float right, float bottom, int dir) argument
338 native_addOval(long nPath, float left, float top, float right, float bottom, int dir) argument
350 native_addCircle(long nPath, float x, float y, float radius, int dir) argument
362 native_addArc(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle) argument
376 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
389 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float[] radii, int dir) argument
406 native_addPath(long nPath, long src, float dx, float dy) argument
411 native_addPath(long nPath, long src) argument
416 native_addPath(long nPath, long src, long matrix) argument
426 native_offset(long nPath, float dx, float dy) argument
436 native_setLastPoint(long nPath, float dx, float dy) argument
447 native_transform(long nPath, long matrix, long dst_path) argument
466 native_transform(long nPath, long matrix) argument
477 finalizer(long nPath) argument
482 native_approximate(long nPath, float error) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java810 private static native long init2(long nPath); argument
811 private static native void native_reset(long nPath); argument
812 private static native void native_rewind(long nPath); argument
814 private static native boolean native_isConvex(long nPath); argument
815 private static native int native_getFillType(long nPath); argument
816 private static native void native_setFillType(long nPath, int ft); argument
817 private static native boolean native_isEmpty(long nPath); argument
818 private static native boolean native_isRect(long nPath, RectF rect); argument
819 private static native void native_computeBounds(long nPath, RectF bounds); argument
820 private static native void native_incReserve(long nPath, in argument
821 native_moveTo(long nPath, float x, float y) argument
822 native_rMoveTo(long nPath, float dx, float dy) argument
823 native_lineTo(long nPath, float x, float y) argument
824 native_rLineTo(long nPath, float dx, float dy) argument
825 native_quadTo(long nPath, float x1, float y1, float x2, float y2) argument
827 native_rQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) argument
829 native_cubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
831 native_rCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
833 native_arcTo(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo) argument
836 native_close(long nPath) argument
837 native_addRect(long nPath, float left, float top, float right, float bottom, int dir) argument
839 native_addOval(long nPath, float left, float top, float right, float bottom, int dir) argument
841 native_addCircle(long nPath, float x, float y, float radius, int dir) argument
842 native_addArc(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle) argument
845 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
848 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float[] radii, int dir) argument
851 native_addPath(long nPath, long src, float dx, float dy) argument
852 native_addPath(long nPath, long src) argument
853 native_addPath(long nPath, long src, long matrix) argument
854 native_offset(long nPath, float dx, float dy) argument
855 native_setLastPoint(long nPath, float dx, float dy) argument
856 native_transform(long nPath, long matrix, long dst_path) argument
857 native_transform(long nPath, long matrix) argument
859 finalizer(long nPath) argument
860 native_approximate(long nPath, float error) argument
[all...]

Completed in 70 milliseconds