Searched refs:nativeInstance (Results 1 – 7 of 7) sorted by relevance
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Canvas.java | 66 private static native void nSave(long nativeInstance); in nSave() argument 67 private static native void nRestore(long nativeInstance); in nRestore() argument 68 private static native void nConcat(long nativeInstance, long nativeMatrix); in nConcat() argument 69 private static native void nConcat16f(long nativeInstance, float[] floatMatrix); in nConcat16f() argument 71 private static native void nDrawColor(long nativeInstance, float r, float g, float b, float a); in nDrawColor() argument 73 private static native void nDrawRect(long nativeInstance, in nDrawRect() argument
|
D | Paint.java | 52 private static native void nRelease(long nativeInstance); in nRelease() argument 54 private static native void nSetColor(long nativeInstance, float r, float g, float b, float a); in nSetColor() argument 55 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke() argument 56 private static native void nSetStrokeWidth(long nativeInstance, float w); in nSetStrokeWidth() argument 57 private static native void nSetShader(long nativeInstance, long nativeShader); in nSetShader() argument
|
D | Surface.java | 102 private static native void nRelease(long nativeInstance); in nRelease() argument 103 private static native long nGetNativeCanvas(long nativeInstance); in nGetNativeCanvas() argument 104 private static native void nFlushAndSubmit(long nativeInstance); in nFlushAndSubmit() argument 105 private static native int nGetWidth(long nativeInstance); in nGetWidth() argument 106 private static native int nGetHeight(long nativeInstance); in nGetHeight() argument
|
D | RuntimeShaderBuilder.java | 43 private static native void nRelease(long nativeInstance); in nRelease() argument 45 private static native void nSetUniform(long nativeInstance, String name, float val); in nSetUniform() argument 46 private static native long nMakeShader(long nativeInstance); in nMakeShader() argument
|
D | Matrix.java | 39 private Matrix(long nativeInstance) { in Matrix() argument 40 mNativeInstance = nativeInstance; in Matrix() 162 private static native void nRelease(long nativeInstance); in nRelease() argument
|
D | Shader.java | 33 private static native void nRelease(long nativeInstance); in nRelease() argument
|
/external/libchrome/base/android/jni_generator/ |
D | testTracing.golden | 44 jlong nativeInstance) { 46 reinterpret_cast<Instance*>(nativeInstance);
|