Home
last modified time | relevance | path

Searched defs:nativePath (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DPathMeasureNatives.java11 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 DBaseRecordingCanvasNatives.java143 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 DBaseCanvasNatives.java144 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 DRegionNatives.java29 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 DCanvasNatives.java82 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 DPathDashPathEffectNatives.java12 long nativePath, float advance, float phase, int nativeStyle); in nativeCreate()
H A DPathIteratorNatives.java11 public static native long nCreate(long nativePath); in nCreate()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativePathMeasure.java23 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 DShadowNativeBaseRecordingCanvas.java245 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 DShadowNativeBaseCanvas.java305 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 DShadowNativeRecordingCanvasOP.java171 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath()
342 long nativePath, in nDrawTextOnPath()
355 long nativePath, in nDrawTextOnPath()
H A DShadowNativeRegion.java85 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 DShadowNativeCanvas.java180 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 DShadowNativePathDashPathEffect.java22 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate()
H A DShadowNativePathIterator.java36 protected static long nCreate(long nativePath) { in nCreate()
H A DShadowNativeRenderNode.java233 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 DLinkerNamespacesHelper.java276 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/
Dgdipluspath.h46 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 DCanvas.java150 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 DSkPathWriter.h34 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
/aosp_15_r20/external/deqp/scripts/
H A Dgen_android_bp.py96 def toPortablePath (nativePath): argument
H A Dgen_khronos_cts_bp.py279 def toPortablePath (nativePath): argument
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDynamicCodeLoggerTests.java305 private void recordLoadNative(String nativePath) throws Exception { in recordLoadNative()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPathIterator.java295 private static native long nCreate(long nativePath); in nCreate()
H A DBaseCanvas.java813 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()

12