Home
last modified time | relevance | path

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

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
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()
DPathDashPathEffectNatives.java12 long nativePath, float advance, float phase, int nativeStyle); in nativeCreate()
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()
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()
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()
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()
DRenderNodeNatives.java111 public static native boolean nSetOutlinePath(long renderNode, long nativePath, float alpha); in nSetOutlinePath()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
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()
DShadowNativePathDashPathEffect.java22 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate()
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()
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()
DShadowNativeCanvas.java178 protected static boolean nClipPath(long nativeCanvas, long nativePath, int regionOp) { in nClipPath()
193 protected static boolean nQuickReject(long nativeCanvas, long nativePath) { in nQuickReject()
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()
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()
DShadowNativePath.java249 protected static int nGetGenerationID(long nativePath) { in nGetGenerationID()
/external/skia/src/pathops/
DSkPathWriter.h34 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
/external/deqp/scripts/
Dgen_android_bp.py96 def toPortablePath (nativePath): argument
Dgen_khronos_cts_bp.py279 def toPortablePath (nativePath): argument
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
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()