/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | PathMeasureNatives.java | 11 public static native long native_create(long nativePath, boolean forceClosed); in native_create() 14 long nativeInstance, long nativePath, boolean forceClosed); in native_setPath() 25 long nativeInstance, float startD, float stopD, long nativePath, boolean startWithMoveTo); in native_getSegment()
|
H A D | BaseRecordingCanvasNatives.java | 143 public static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 300 long nativePath, in nDrawTextOnPath() 309 long nativePath, in nDrawTextOnPath() 321 long nativePath, in nDrawTextOnPath() 332 long nativePath, in nDrawTextOnPath()
|
H A D | BaseCanvasNatives.java | 144 public static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 301 long nativePath, in nDrawTextOnPath() 310 long nativePath, in nDrawTextOnPath() 322 long nativePath, in nDrawTextOnPath() 333 long nativePath, in nDrawTextOnPath()
|
H A D | RegionNatives.java | 29 public static native boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip); in nativeSetPath() 33 public static native boolean nativeGetBoundaryPath(long nativeRegion, long nativePath); in nativeGetBoundaryPath()
|
H A D | CanvasNatives.java | 82 public static native boolean nClipPath(long nativeCanvas, long nativePath, int regionOp); in nClipPath() 88 public static native boolean nQuickReject(long nativeCanvas, long nativePath); in nQuickReject()
|
H A D | PathDashPathEffectNatives.java | 12 long nativePath, float advance, float phase, int nativeStyle); in nativeCreate()
|
H A D | PathIteratorNatives.java | 11 public static native long nCreate(long nativePath); in nCreate()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativePathMeasure.java | 23 protected static long native_create(long nativePath, boolean forceClosed) { in native_create() 29 protected static void native_setPath(long nativeInstance, long nativePath, boolean forceClosed) { in native_setPath() 52 long nativeInstance, float startD, float stopD, long nativePath, boolean startWithMoveTo) { in native_getSegment()
|
H A D | ShadowNativeBaseRecordingCanvas.java | 245 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath() 513 long nativePath, in nDrawTextOnPath() 526 long nativePath, in nDrawTextOnPath() 541 long nativePath, in nDrawTextOnPath() 564 long nativePath, in nDrawTextOnPath()
|
H A D | ShadowNativeBaseCanvas.java | 305 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath() 615 long nativePath, in nDrawTextOnPath() 630 long nativePath, in nDrawTextOnPath() 647 long nativePath, in nDrawTextOnPath() 672 long nativePath, in nDrawTextOnPath()
|
H A D | ShadowNativeRecordingCanvasOP.java | 171 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath() 342 long nativePath, in nDrawTextOnPath() 355 long nativePath, in nDrawTextOnPath()
|
H A D | ShadowNativeRegion.java | 85 protected static boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip) { in nativeSetPath() 95 protected static boolean nativeGetBoundaryPath(long nativeRegion, long nativePath) { in nativeGetBoundaryPath()
|
H A D | ShadowNativeCanvas.java | 180 protected static boolean nClipPath(long nativeCanvas, long nativePath, int regionOp) { in nClipPath() 195 protected static boolean nQuickReject(long nativeCanvas, long nativePath) { in nQuickReject()
|
H A D | ShadowNativePathDashPathEffect.java | 22 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate()
|
H A D | ShadowNativePathIterator.java | 36 protected static long nCreate(long nativePath) { in nCreate()
|
H A D | ShadowNativeRenderNode.java | 233 protected static boolean nSetOutlinePath(long renderNode, long nativePath, float alpha) { in nSetOutlinePath() 238 protected static boolean nSetOutlineConvexPath(long renderNode, long nativePath, float alpha) { in nSetOutlineConvexPath()
|
/aosp_15_r20/cts/tests/tests/jni/src/android/jni/cts/ |
H A D | LinkerNamespacesHelper.java | 276 String nativePath = getApplicationInfo(packageName).nativeLibraryDir; in getNativePath() local 339 String nativePath = getNativePath("android.jni.cts"); in runClassLoaderNamespaces() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdipluspath.h | 46 nativePath(NULL), lastStatus(Ok) in nativePath() function 52 nativePath(NULL), lastStatus(Ok) in nativePath() function 59 nativePath(NULL), lastStatus(Ok) in nativePath() function 528 GpPath *nativePath; variable
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | Canvas.java | 150 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() 168 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath()
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathWriter.h | 34 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | gen_android_bp.py | 96 def toPortablePath (nativePath): argument
|
H A D | gen_khronos_cts_bp.py | 279 def toPortablePath (nativePath): argument
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerTests.java | 305 private void recordLoadNative(String nativePath) throws Exception { in recordLoadNative()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | PathIterator.java | 295 private static native long nCreate(long nativePath); in nCreate()
|
H A D | BaseCanvas.java | 813 private static native void nDrawPath(long nativeCanvas, long nativePath, long nativePaint); in nDrawPath() 852 long nativePath, float hOffset, float vOffset, int bidiFlags, long nativePaint); in nDrawTextOnPath() 854 private static native void nDrawTextOnPath(long nativeCanvas, String text, long nativePath, in nDrawTextOnPath()
|