/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
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()
|
D | PathDashPathEffectNatives.java | 12 long nativePath, float advance, float phase, int nativeStyle); in nativeCreate()
|
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()
|
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()
|
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()
|
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()
|
D | RenderNodeNatives.java | 109 public static native boolean nSetOutlinePath(long renderNode, long nativePath, float alpha); in nSetOutlinePath()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativePathMeasure.java | 21 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()
|
D | ShadowNativePathDashPathEffect.java | 17 protected static long nativeCreate(long nativePath, float advance, float phase, int nativeStyle) { in nativeCreate()
|
D | ShadowNativeRegion.java | 79 protected static boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip) { in nativeSetPath() 89 protected static boolean nativeGetBoundaryPath(long nativeRegion, long nativePath) { in nativeGetBoundaryPath()
|
D | ShadowNativeBaseRecordingCanvas.java | 243 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()
|
D | ShadowNativeCanvas.java | 173 protected static boolean nClipPath(long nativeCanvas, long nativePath, int regionOp) { in nClipPath() 188 protected static boolean nQuickReject(long nativeCanvas, long nativePath) { in nQuickReject()
|
D | ShadowNativeBaseCanvas.java | 303 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()
|
D | ShadowNativeRenderNode.java | 215 protected static boolean nSetOutlinePath(long renderNode, long nativePath, float alpha) { in nSetOutlinePath()
|
/external/skia/src/pathops/ |
D | SkPathWriter.h | 32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
|
/external/deqp/scripts/ |
D | gen_android_bp.py | 84 def toPortablePath (nativePath): argument
|
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Canvas.java | 173 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()
|