Searched refs:color0 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | SweepGradient.java | 115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() argument 116 this(cx, cy, Color.pack(color0), Color.pack(color1)); in SweepGradient() 130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() argument 131 this(cx, cy, new long[] {color0, color1}, null); in SweepGradient()
|
D | LinearGradient.java | 130 @ColorInt int color0, @ColorInt int color1, in LinearGradient() argument 132 this(x0, y0, x1, y1, Color.pack(color0), Color.pack(color1), tile); in LinearGradient() 150 @ColorLong long color0, @ColorLong long color1, in LinearGradient() argument 152 this(x0, y0, x1, y1, new long[] {color0, color1}, null, tile); in LinearGradient()
|
/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 96 const float* color0 = genColor(); in drawGradient() local 113 glUniform4fv(mColor0UniformLoc, 1, color0); in drawGradient()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |