Lines Matching refs:x1
52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], in LinearGradient() argument
63 mX1 = x1; in LinearGradient()
68 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt); in LinearGradient()
69 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions, in LinearGradient()
82 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, in LinearGradient() argument
87 mX1 = x1; in LinearGradient()
92 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt); in LinearGradient()
93 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, in LinearGradient()
119 private native int nativeCreate1(float x0, float y0, float x1, float y1, in nativeCreate1() argument
121 private native int nativeCreate2(float x0, float y0, float x1, float y1, in nativeCreate2() argument
123 private native int nativePostCreate1(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate1() argument
125 private native int nativePostCreate2(int native_shader, float x0, float y0, float x1, float y1, in nativePostCreate2() argument