Searched refs:nPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java66 public static Path_Delegate getDelegate(long nPath) { argument
67 return sManager.getDelegate(nPath);
99 /*package*/ static long init2(long nPath) { argument
103 // get the delegate to copy, which could be null if nPath is 0
104 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
113 /*package*/ static void native_reset(long nPath) { argument
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
123 /*package*/ static void native_rewind(long nPath) { argument
126 native_reset(nPath);
145 /*package*/ static boolean native_isConvex(long nPath) { argument
152 native_getFillType(long nPath) argument
162 native_setFillType(long nPath, int ft) argument
172 native_isEmpty(long nPath) argument
182 native_isRect(long nPath, RectF rect) argument
202 native_computeBounds(long nPath, RectF bounds) argument
212 native_incReserve(long nPath, int extraPtCount) argument
218 native_moveTo(long nPath, float x, float y) argument
228 native_rMoveTo(long nPath, float dx, float dy) argument
238 native_lineTo(long nPath, float x, float y) argument
248 native_rLineTo(long nPath, float dx, float dy) argument
258 native_quadTo(long nPath, float x1, float y1, float x2, float y2) argument
268 native_rQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) argument
278 native_cubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
289 native_rCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
300 native_arcTo(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo) argument
312 native_close(long nPath) argument
322 native_addRect(long nPath, float left, float top, float right, float bottom, int dir) argument
333 native_addOval(long nPath, float left, float top, float right, float bottom, int dir) argument
345 native_addCircle(long nPath, float x, float y, float radius, int dir) argument
357 native_addArc(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle) argument
371 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
384 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float[] radii, int dir) argument
404 native_addPath(long nPath, long src, float dx, float dy) argument
409 native_addPath(long nPath, long src) argument
414 native_addPath(long nPath, long src, long matrix) argument
424 native_offset(long nPath, float dx, float dy, long dst_path) argument
437 native_offset(long nPath, float dx, float dy) argument
442 native_setLastPoint(long nPath, float dx, float dy) argument
453 native_transform(long nPath, long matrix, long dst_path) argument
472 native_transform(long nPath, long matrix) argument
483 finalizer(long nPath) argument
488 native_approximate(long nPath, float error) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java781 private static native long init2(long nPath); argument
782 private static native void native_reset(long nPath); argument
783 private static native void native_rewind(long nPath); argument
785 private static native boolean native_isConvex(long nPath); argument
786 private static native int native_getFillType(long nPath); argument
787 private static native void native_setFillType(long nPath, int ft); argument
788 private static native boolean native_isEmpty(long nPath); argument
789 private static native boolean native_isRect(long nPath, RectF rect); argument
790 private static native void native_computeBounds(long nPath, RectF bounds); argument
791 private static native void native_incReserve(long nPath, in argument
792 native_moveTo(long nPath, float x, float y) argument
793 native_rMoveTo(long nPath, float dx, float dy) argument
794 native_lineTo(long nPath, float x, float y) argument
795 native_rLineTo(long nPath, float dx, float dy) argument
796 native_quadTo(long nPath, float x1, float y1, float x2, float y2) argument
798 native_rQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) argument
800 native_cubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
802 native_rCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
804 native_arcTo(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle, boolean forceMoveTo) argument
807 native_close(long nPath) argument
808 native_addRect(long nPath, float left, float top, float right, float bottom, int dir) argument
810 native_addOval(long nPath, float left, float top, float right, float bottom, int dir) argument
812 native_addCircle(long nPath, float x, float y, float radius, int dir) argument
813 native_addArc(long nPath, float left, float top, float right, float bottom, float startAngle, float sweepAngle) argument
816 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
819 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float[] radii, int dir) argument
822 native_addPath(long nPath, long src, float dx, float dy) argument
823 native_addPath(long nPath, long src) argument
824 native_addPath(long nPath, long src, long matrix) argument
825 native_offset(long nPath, float dx, float dy, long dst_path) argument
826 native_offset(long nPath, float dx, float dy) argument
827 native_setLastPoint(long nPath, float dx, float dy) argument
828 native_transform(long nPath, long matrix, long dst_path) argument
829 native_transform(long nPath, long matrix) argument
831 finalizer(long nPath) argument
832 native_approximate(long nPath, float error) argument
[all...]

Completed in 18 milliseconds