/frameworks/base/graphics/java/android/graphics/ |
D | ComposeShader.java | 46 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader() 66 native_shader = nativePostCreate2(native_instance, shaderA.native_shader, in ComposeShader() 76 private static native int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() method in ComposeShader
|
D | SweepGradient.java | 58 native_shader = nativePostCreate2(native_instance, cx, cy, color0, color1); in SweepGradient() 66 private static native int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() method in SweepGradient
|
D | RadialGradient.java | 61 native_shader = nativePostCreate2(native_instance, x, y, radius, color0, color1, in RadialGradient() 72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() method in RadialGradient
|
D | LinearGradient.java | 56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, in LinearGradient() 66 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() method in LinearGradient
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | ComposeShader_Delegate.java | 89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() method in ComposeShader_Delegate
|
D | RadialGradient_Delegate.java | 79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() method in RadialGradient_Delegate
|
D | SweepGradient_Delegate.java | 73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() method in SweepGradient_Delegate
|
D | LinearGradient_Delegate.java | 83 /*package*/ static int nativePostCreate2(LinearGradient thisGradient, in nativePostCreate2() method in LinearGradient_Delegate
|