Home
last modified time | relevance | path

Searched defs:nativePath (Results 1 – 17 of 17) 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()
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()
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()
DRenderNodeNatives.java109 public static native boolean nSetOutlinePath(long renderNode, long nativePath, float alpha); in nSetOutlinePath()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativePathMeasure.java21 protected static long native_create(long nativePath, boolean forceClosed) { in native_create()
27 protected static void native_setPath(long nativeInstance, long nativePath, boolean forceClosed) { in native_setPath()
50 long nativeInstance, float startD, float stopD, long nativePath, boolean startWithMoveTo) { in native_getSegment()
DShadowNativePathDashPathEffect.java17 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate()
DShadowNativeRegion.java79 protected static boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip) { in nativeSetPath()
89 protected static boolean nativeGetBoundaryPath(long nativeRegion, long nativePath) { in nativeGetBoundaryPath()
DShadowNativeBaseRecordingCanvas.java243 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath()
511 long nativePath, in nDrawTextOnPath()
524 long nativePath, in nDrawTextOnPath()
539 long nativePath, in nDrawTextOnPath()
562 long nativePath, in nDrawTextOnPath()
DShadowNativeCanvas.java173 protected static boolean nClipPath(long nativeCanvas, long nativePath, int regionOp) { in nClipPath()
188 protected static boolean nQuickReject(long nativeCanvas, long nativePath) { in nQuickReject()
DShadowNativeBaseCanvas.java303 protected static void nDrawPath(long nativeCanvas, long nativePath, long nativePaint) { in nDrawPath()
613 long nativePath, in nDrawTextOnPath()
628 long nativePath, in nDrawTextOnPath()
645 long nativePath, in nDrawTextOnPath()
670 long nativePath, in nDrawTextOnPath()
DShadowNativeRenderNode.java215 protected static boolean nSetOutlinePath(long renderNode, long nativePath, float alpha) { in nSetOutlinePath()
/external/skia/src/pathops/
DSkPathWriter.h32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
/external/deqp/scripts/
Dgen_android_bp.py84 def toPortablePath (nativePath): argument
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DCanvas.java173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath()
191 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath()