/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | PathMeasureNatives.java | 14 long nativeInstance, long nativePath, boolean forceClosed); in native_setPath() 16 public static native float native_getLength(long nativeInstance); in native_getLength() 19 long nativeInstance, float distance, float[] pos, float[] tan); in native_getPosTan() 22 long nativeInstance, float distance, long nativeMatrix, int flags); in native_getMatrix() 25 long nativeInstance, float startD, float stopD, long nativePath, boolean startWithMoveTo); in native_getSegment() 27 public static native boolean native_isClosed(long nativeInstance); in native_isClosed() 29 public static native boolean native_nextContour(long nativeInstance); in native_nextContour() 31 public static native void native_destroy(long nativeInstance); in native_destroy()
|
D | InterpolatorNatives.java | 12 public static native void nativeDestructor(long nativeInstance); in nativeDestructor() 14 public static native void nativeReset(long nativeInstance, int valueCount, int frameCount); in nativeReset() 17 long nativeInstance, int index, int msec, float[] values, float[] blend); in nativeSetKeyFrame() 20 long nativeInstance, float repeatCount, boolean mirror); in nativeSetRepeatMirror() 22 public static native int nativeTimeToValues(long nativeInstance, int msec, float[] values); in nativeTimeToValues()
|
D | TypefaceNatives.java | 32 public static native long nativeCreateFromTypeface(long nativeInstance, int style); in nativeCreateFromTypeface() 35 long nativeInstance, int weight, boolean italic); in nativeCreateFromTypefaceWithExactStyle() 38 long nativeInstance, List<FontVariationAxis> axes); in nativeCreateFromTypefaceWithVariation() 40 public static native long nativeCreateWeightAlias(long nativeInstance, int weight); in nativeCreateWeightAlias() 45 public static native int[] nativeGetSupportedAxes(long nativeInstance); in nativeGetSupportedAxes()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativePathMeasure.java | 29 protected static void native_setPath(long nativeInstance, long nativePath, boolean forceClosed) { in native_setPath() 34 protected static float native_getLength(long nativeInstance) { in native_getLength() 40 long nativeInstance, float distance, float[] pos, float[] tan) { in native_getPosTan() 46 long nativeInstance, float distance, long nativeMatrix, int flags) { in native_getMatrix() 52 long nativeInstance, float startD, float stopD, long nativePath, boolean startWithMoveTo) { in native_getSegment() 58 protected static boolean native_isClosed(long nativeInstance) { in native_isClosed() 63 protected static boolean native_nextContour(long nativeInstance) { in native_nextContour() 68 protected static void native_destroy(long nativeInstance) { in native_destroy()
|
D | ShadowNativeInterpolator.java | 28 protected static void nativeDestructor(long nativeInstance) { in nativeDestructor() 33 protected static void nativeReset(long nativeInstance, int valueCount, int frameCount) { in nativeReset() 39 long nativeInstance, int index, int msec, float[] values, float[] blend) { in nativeSetKeyFrame() 45 long nativeInstance, float repeatCount, boolean mirror) { in nativeSetRepeatMirror() 50 protected static int nativeTimeToValues(long nativeInstance, int msec, float[] values) { in nativeTimeToValues()
|
D | ShadowNativeTypeface.java | 142 protected static long nativeCreateFromTypeface(long nativeInstance, int style) { in nativeCreateFromTypeface() 148 long nativeInstance, int weight, boolean italic) { in nativeCreateFromTypefaceWithExactStyle() 154 long nativeInstance, List<FontVariationAxis> axes) { in nativeCreateFromTypefaceWithVariation() 159 protected static long nativeCreateWeightAlias(long nativeInstance, int weight) { in nativeCreateWeightAlias() 175 protected static int[] nativeGetSupportedAxes(long nativeInstance) { in nativeGetSupportedAxes()
|
D | ShadowNativeColorFilter.java | 27 protected static void nSafeUnref(long nativeInstance) { in nSafeUnref()
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | SkottieAnimation.java | 92 private static native void nRelease(long nativeInstance); in nRelease() 94 private static native double nGetDuration(long nativeInstance); in nGetDuration() 95 private static native double nGetFrameCount(long nativeInstance); in nGetFrameCount() 96 private static native float nGetWidth(long nativeInstance); in nGetWidth() 97 private static native float nGetHeight(long nativeInstance); in nGetHeight() 99 private static native void nSeekTime(long nativeInstance, double t); in nSeekTime() 100 private static native void nSeekFrame(long nativeInstance, double frame); in nSeekFrame() 101 private static native void nRender(long nativeInstance, long nativeCanvas); in nRender()
|
D | Canvas.java | 138 private static native int nGetWidth(long nativeInstance); in nGetWidth() 139 private static native int nGetHeight(long nativeInstance); in nGetHeight() 140 private static native int nSave(long nativeInstance); in nSave() 141 private static native void nRestore(long nativeInstance); in nRestore() 142 private static native void nRestoreToCount(long nativeInstance, int count); in nRestoreToCount() 143 private static native int nSaveLayer(long nativeInstance, long nativePaint); in nSaveLayer() 145 private static native void nConcat(long nativeInstance, long nativeMatrix); in nConcat() 146 private static native void nConcat16f(long nativeInstance, float[] floatMatrix); in nConcat16f() 147 private static native void nTranslate(long nativeInstance, float tx, float ty, float tz); in nTranslate() 148 private static native void nScale(long nativeInstance, float sx, float sy, float sz); in nScale() [all …]
|
D | Paint.java | 107 private static native void nRelease(long nativeInstance); in nRelease() 109 private static native void nSetColor(long nativeInstance, float r, float g, float b, float a); in nSetColor() 110 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke() 111 private static native void nSetStrokeWidth(long nativeInstance, float w); in nSetStrokeWidth() 112 private static native void nSetStrokeCap(long nativeInstance, int native_cap); in nSetStrokeCap() 113 private static native void nSetStrokeJoin(long nativeInstance, int native_join); in nSetStrokeJoin() 114 private static native void nSetStrokeMiter(long nativeInstance, float limit); in nSetStrokeMiter() 115 private static native void nSetColorFilter(long nativeInstance, long nativeCF); in nSetColorFilter() 116 private static native void nSetShader(long nativeInstance, long nativeShader); in nSetShader() 117 private static native void nSetImageFilter(long nativeInstance, long nativeFilter); in nSetImageFilter()
|
D | Surface.java | 109 private static native void nRelease(long nativeInstance); in nRelease() 110 private static native long nGetNativeCanvas(long nativeInstance); in nGetNativeCanvas() 111 private static native void nFlushAndSubmit(long nativeInstance); in nFlushAndSubmit() 112 private static native int nGetWidth(long nativeInstance); in nGetWidth() 113 private static native int nGetHeight(long nativeInstance); in nGetHeight() 114 private static native long nMakeImageSnapshot(long nativeInstance); in nMakeImageSnapshot()
|
D | RuntimeShaderBuilder.java | 50 private static native void nRelease(long nativeInstance); in nRelease() 52 private static native void nSetUniformFloat(long nativeInstance, String name, float val); in nSetUniformFloat() 53 …private static native void nSetUniformFloat3(long nativeInstance, String name, float valX, float v… in nSetUniformFloat3() 54 … private static native void nSetUniformMatrix(long nativeInstance, String name, long nativeMatrix); in nSetUniformMatrix() 55 private static native long nMakeShader(long nativeInstance); in nMakeShader()
|
D | Image.java | 75 Image(long nativeInstance) { in Image() 83 private static native void nRelease(long nativeInstance); in nRelease() 85 private static native int nGetWidth(long nativeInstance); in nGetWidth() 86 private static native int nGetHeight(long nativeInstance); in nGetHeight() 88 private static native long nMakeShader(long nativeInstance, int tmx, int tmy, int samplingDesc, in nMakeShader()
|
D | ColorFilter.java | 32 private static native void nRelease(long nativeInstance); in nRelease()
|
D | Shader.java | 33 private static native void nRelease(long nativeInstance); in nRelease()
|
D | Path.java | 33 private static native void nRelease(long nativeInstance); in nRelease()
|
D | Matrix.java | 39 Matrix(long nativeInstance) { in Matrix() 200 private static native void nRelease(long nativeInstance); in nRelease()
|
D | ImageFilter.java | 114 private static native void nRelease(long nativeInstance); in nRelease()
|
D | PathBuilder.java | 68 private static native void nRelease(long nativeInstance); in nRelease()
|
/external/cronet/stable/third_party/jni_zero/test/java/src/org/jni_zero/ |
D | SampleProxyEdgeCases.java | 44 native void nativeInstanceMethod(long nativeInstance); in nativeInstanceMethod()
|
/external/cronet/tot/third_party/jni_zero/test/java/src/org/jni_zero/ |
D | SampleProxyEdgeCases.java | 44 native void nativeInstanceMethod(long nativeInstance); in nativeInstanceMethod()
|