HomeSort by relevance Sort by last modified time
    Searched refs:colors3 (Results 1 - 9 of 9) sorted by null

  /external/skia/gm/
texturedomaineffect.cpp 67 SkColor colors3[] = { SK_ColorBLUE, SK_ColorLTGRAY, SK_ColorGREEN }; variable
68 paint.setShader(SkGradientShader::MakeSweep(25.f, 35.f, colors3, nullptr,
69 SK_ARRAY_COUNT(colors3)));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 200 int[] colors3 = new int[]{ local
202 RadialGradient g = new RadialGradient(x, y, mCenterDotSize, colors3, new float[]{
217 int[] colors3 = new int[]{ local
219 RadialGradient g = new RadialGradient(x, y, mCenterDotSize, colors3, new float[]{
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 134 int[] colors3 = new int[] { local
136 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadius, colors3, new float[] {
ColorHueView.java 151 int[] colors3 = new int[]{ local
153 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadius, colors3, new float[]{
ColorOpacityView.java 139 int[] colors3 = new int[] { local
141 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadius, colors3, new float[] {
ColorRectView.java 189 int[] colors3 = new int[] { local
191 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadus, colors3, new float[] {
ColorSVRectView.java 191 int[] colors3 = new int[]{ local
193 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadus, colors3, new float[]{
ColorSaturationView.java 134 int[] colors3 = new int[] { local
136 RadialGradient g = new RadialGradient(mDotX, mDotY, mDotRadius, colors3, new float[] {
ColorValueView.java 116 int[] colors3 = new int[] { local
118 RadialGradient g = new RadialGradient(mDotX, mDotY, dotRadus, colors3, new float[] {

Completed in 194 milliseconds