Home
last modified time | relevance | path

Searched refs:nativePostCreate2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DComposeShader.java46 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
DSweepGradient.java58 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
DRadialGradient.java61 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
DLinearGradient.java56 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/
DComposeShader_Delegate.java89 /*package*/ static int nativePostCreate2(int native_shader, int native_skiaShaderA, in nativePostCreate2() method in ComposeShader_Delegate
DRadialGradient_Delegate.java79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() method in RadialGradient_Delegate
DSweepGradient_Delegate.java73 /*package*/ static int nativePostCreate2(int native_shader, float cx, float cy, in nativePostCreate2() method in SweepGradient_Delegate
DLinearGradient_Delegate.java83 /*package*/ static int nativePostCreate2(LinearGradient thisGradient, in nativePostCreate2() method in LinearGradient_Delegate