Searched defs:nPath (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativePath.java | 39 protected static long nInit(long nPath) { in nInit() 58 protected static void nComputeBounds(long nPath, RectF bounds) { in nComputeBounds() 63 protected static void nIncReserve(long nPath, int extraPtCount) { in nIncReserve() 68 protected static void nMoveTo(long nPath, float x, float y) { in nMoveTo() 73 protected static void nRMoveTo(long nPath, float dx, float dy) { in nRMoveTo() 78 protected static void nLineTo(long nPath, float x, float y) { in nLineTo() 83 protected static void nRLineTo(long nPath, float dx, float dy) { in nRLineTo() 88 protected static void nQuadTo(long nPath, float x1, float y1, float x2, float y2) { in nQuadTo() 93 protected static void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) { in nRQuadTo() 98 protected static void nConicTo(long nPath, float x1, float y1, float x2, float y2, float weight) { in nConicTo() [all …]
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | PathNatives.java | 15 public static native long nInit(long nPath); in nInit() 21 public static native void nComputeBounds(long nPath, RectF bounds); in nComputeBounds() 23 public static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve() 25 public static native void nMoveTo(long nPath, float x, float y); in nMoveTo() 27 public static native void nRMoveTo(long nPath, float dx, float dy); in nRMoveTo() 29 public static native void nLineTo(long nPath, float x, float y); in nLineTo() 31 public static native void nRLineTo(long nPath, float dx, float dy); in nRLineTo() 33 public static native void nQuadTo(long nPath, float x1, float y1, float x2, float y2); in nQuadTo() 35 public static native void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2); in nRQuadTo() 38 long nPath, float x1, float y1, float x2, float y2, float weight); in nConicTo() [all …]
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 855 private static native long nInit(long nPath); in nInit() 858 private static native void nComputeBounds(long nPath, RectF bounds); in nComputeBounds() 859 private static native void nIncReserve(long nPath, int extraPtCount); in nIncReserve() 860 private static native void nMoveTo(long nPath, float x, float y); in nMoveTo() 861 private static native void nRMoveTo(long nPath, float dx, float dy); in nRMoveTo() 862 private static native void nLineTo(long nPath, float x, float y); in nLineTo() 863 private static native void nRLineTo(long nPath, float dx, float dy); in nRLineTo() 864 private static native void nQuadTo(long nPath, float x1, float y1, float x2, float y2); in nQuadTo() 865 private static native void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2); in nRQuadTo() 866 private static native void nConicTo(long nPath, float x1, float y1, float x2, float y2, in nConicTo() [all …]
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Path_Delegate.java | 20 static long nInit(long nPath) { in nInit()
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 10874 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | shell.c | 10869 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
|