/frameworks/base/graphics/java/android/graphics/ |
D | ComposeShader.java | 46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader() 47 shaderB.native_shader, pdMode != null ? pdMode.nativeInt : 0); in ComposeShader() 49 native_shader = nativePostCreate1(native_instance, shaderA.native_shader, in ComposeShader() 50 shaderB.native_shader, mode != null ? mode.native_instance : 0); in ComposeShader() 66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader() 67 shaderB.native_shader, mode.nativeInt); in ComposeShader() 74 private static native int nativePostCreate1(int native_shader, int native_skiaShaderA, in nativePostCreate1() argument 76 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() argument
|
D | Shader.java | 35 public int native_shader; field in Shader 81 nativeSetLocalMatrix(native_instance, native_shader, in setLocalMatrix() 89 nativeDestructor(native_instance, native_shader); in finalize() 93 private static native void nativeDestructor(int native_shader, int native_skiaShader); in nativeDestructor() argument 94 private static native void nativeSetLocalMatrix(int native_shader, in nativeSetLocalMatrix() argument
|
D | SweepGradient.java | 45 native_shader = nativePostCreate1(native_instance, cx, cy, colors, positions); in SweepGradient() 58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1); in SweepGradient() 64 private static native int nativePostCreate1(int native_shader, float cx, float cy, in nativePostCreate1() argument 66 private static native int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() argument
|
D | RadialGradient.java | 43 native_shader = nativePostCreate1(native_instance, x, y, radius, colors, positions, in RadialGradient() 61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1, in RadialGradient() 70 private static native int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() argument 72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() argument
|
D | LinearGradient.java | 40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions, in LinearGradient() 56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, in LinearGradient() 64 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument 66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
|
D | BitmapShader.java | 42 native_shader = nativePostCreate(native_instance, b, tileX.nativeInt, tileY.nativeInt); in BitmapShader() 47 private static native int nativePostCreate(int native_shader, int native_bitmap, in nativePostCreate() argument
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Shader_Delegate.java | 79 /*package*/ static void nativeDestructor(int native_shader, int native_skiaShader) { in nativeDestructor() argument 80 sManager.removeJavaReferenceFor(native_shader); in nativeDestructor() 84 /*package*/ static void nativeSetLocalMatrix(int native_shader, int native_skiaShader, in nativeSetLocalMatrix() argument 87 Shader_Delegate shaderDelegate = sManager.getDelegate(native_shader); in nativeSetLocalMatrix()
|
D | ComposeShader_Delegate.java | 82 /*package*/ static int nativePostCreate1(int native_shader, int native_skiaShaderA, in nativePostCreate1() argument 89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() argument
|
D | RadialGradient_Delegate.java | 72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() argument 79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() argument
|
D | SweepGradient_Delegate.java | 66 /*package*/ static int nativePostCreate1(int native_shader, float cx, float cy, in nativePostCreate1() argument 73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() argument
|
D | LinearGradient_Delegate.java | 76 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument 84 int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument
|
D | BitmapShader_Delegate.java | 83 /*package*/ static int nativePostCreate(int native_shader, int native_bitmap, in nativePostCreate() argument
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 1340 nSetupShader(mRenderer, shader.native_shader); in setupModifiers() 1364 nSetupShader(mRenderer, shader.native_shader); in setupModifiers()
|