HomeSort by relevance Sort by last modified time
    Searched defs:colors (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSaturationView.java 85 int[] colors = new int[16 * 16]; local
86 for (int i = 0; i < colors.length; i++) {
89 colors[i] = (x == y) ? 0xFFAAAAAA : 0xFF444444;
91 Bitmap bitmap = Bitmap.createBitmap(colors, 16, 16, Bitmap.Config.ARGB_8888);
ColorHueView.java 190 int[] colors = new int[checkdim * checkdim]; local
191 for (int i = 0; i < colors.length; i++) {
194 colors[i] = (x == y) ? 0xFFAAAAAA : 0xFF444444;
196 Bitmap bitmap = Bitmap.createBitmap(colors, 16, 16, Bitmap.Config.ARGB_8888);
ColorOpacityView.java 90 int[] colors = new int[imgdim * imgdim]; local
91 for (int i = 0; i < colors.length; i++) {
94 colors[i] = (x == y) ? 0xFFAAAAAA : 0xFF444444;
96 Bitmap bitmap = Bitmap.createBitmap(colors, imgdim, imgdim, Bitmap.Config.ARGB_8888);
ColorRectView.java 133 int[] colors = new int[] { local
152 0, mBorder, 0, mHeight - mBorder, colors, null, Shader.TileMode.CLAMP);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 120 ColorStateList colors = getResources().getColorStateList(R.color.url_text); local
121 text.setSpan(new TextAppearanceSpan(null, 0, 0, colors, null),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 282 int[] colors = new int[pixelCount]; local
283 buf.asIntBuffer().get(colors);
285 int c = colors[i];
286 colors[i] = (c & 0xff00ff00) | ((c & 0x00ff0000) >> 16) | ((c & 0x000000ff) << 16);
292 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888);
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 278 int[] colors = new int[pixelCount]; local
279 buf.asIntBuffer().get(colors);
281 int c = colors[i];
282 colors[i] = (c & 0xff00ff00) | ((c & 0x00ff0000) >> 16) | ((c & 0x000000ff) << 16);
288 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888);
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 377 tcu::Vec4 colors[4]; local
390 colors[fragNdx] = tcu::Vec4(0.0f);
403 colors[fragNdx] += tmpColors[fragNdx] * scale + bias;
409 const tcu::Vec4 color = colors[fragNdx] * outScale + outBias;
531 tcu::Vec4 colors[4]; local
543 tex->sample4(colors, texCoords);
547 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias;
639 tcu::Vec4 colors[4]; local
651 tex->sample4(colors, texCoords);
655 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias
747 tcu::Vec4 colors[4]; local
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 345 const CvScalar* colors = img->nChannels == 3 ? rgb_colors : gray_colors; local
347 CvScalar color = colors[0];
351 color = colors[y % ARRAY_SIZEOF(rgb_colors)];
  /external/skia/samplecode/
SamplePatch.cpp 44 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE, SK_ColorRED }; local
45 return SkGradientShader::CreateLinear(pts, colors, NULL,
46 SK_ARRAY_COUNT(colors), SkShader::kMirror_TileMode);
181 SkColor* colors = colorStorage.get(); local
196 colors[i*2 + 0] = make_color(s/fW, t/fH);
197 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
203 doColors ? colors : NULL, NULL,
  /external/skia/src/core/
SkPicturePlayback.cpp 232 const SkColor* colors = NULL; local
234 colors = (const SkColor*)reader->skip(SkPatchUtils::kNumCorners * sizeof(SkColor));
249 canvas->drawPatch(cubics, colors, texCoords, xfer, paint);
376 const SkColor* colors = NULL; local
383 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor));
396 canvas->drawVertices(vmode, vCount, verts, texs, colors, xfer, indices, iCount, paint);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 98 // colors have alpha), and if we are not dithering (which obviously
122 // only 2 colors - but it's cheap.
128 // If colors change sharply across the gradient, dithering is
535 SkColor colors[kMaxRandomGradientColors]; local
539 int colorCount = RandomGradientParams(random, colors, &stops, &tm);
541 colors, stops, colorCount,
SkTwoPointConicalGradient.cpp 355 SkColor* colors = desc.mutableColors(); local
360 SkTSwap(colors[i], colors[last - i]);
  /external/skia/tests/
DeferredCanvasTest.cpp 368 const SkColor colors[2] = {SK_ColorWHITE, SK_ColorWHITE}; local
371 pt1, r1, pt2, r2, colors, pos, 2, SkShader::kClamp_TileMode);
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 331 ColorStateList colors = res.getColorStateList(colorRes, null); local
333 return new TextAppearanceSpan(null, 0, 0, colors, null);
335 c = colors.getDefaultColor();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 357 int[] colors = new int[] { local
362 mBackground.setColor(new ColorStateList(states, colors));
  /frameworks/native/opengl/libagl/
dxt.cpp 152 uint32_t colors = *d32++; local
155 colors = swap(colors);
158 uint16_t color0 = colors & 0xffff;
159 uint16_t color1 = colors >> 16;
207 // Specified colors from the previous block
215 uint32_t colors = *d32++; local
219 colors = swap(colors);
223 // Raw colors
338 uint32_t colors = *d32++; local
462 uint32_t colors = *d32++; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 28 import android.provider.CalendarContract.Colors;
59 Colors.COLOR,
60 Colors.COLOR_KEY
63 static final String COLORS_WHERE = Colors.ACCOUNT_NAME + "=? AND " + Colors.ACCOUNT_TYPE +
64 "=? AND " + Colors.COLOR_TYPE + "=" + Colors.TYPE_CALENDAR;
104 Uri uri = Colors.CONTENT_URI;
119 ArrayList<Integer> colors = new ArrayList<Integer>(); local
126 colors.add(displayColor)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 379 colors = color variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 379 colors = color variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 306 Color[] colors = new Color[] { local
327 Color color = colors[colorIndex];
328 colorIndex = (colorIndex + 1) % colors.length;
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 81 String[] colors = getResources().getStringArray(R.array.color_array); local
82 listView.setAdapter(new ColorListAdapter(colors));
161 public ColorListAdapter(String[] colors) {
162 mColors = colors;
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 81 String[] colors = getResources().getStringArray(R.array.color_array); local
82 listView.setAdapter(new ColorListAdapter(colors));
161 public ColorListAdapter(String[] colors) {
162 mColors = colors;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 520 drawable.setColors(mContents.colors);
530 final int[] colors; field in class:PresentationActivity.DemoPresentationContents
548 colors = new int[] {
555 colors = new int[] { in.readInt(), in.readInt() };
567 dest.writeInt(colors[0]);
568 dest.writeInt(colors[1]);

Completed in 565 milliseconds

1 2 3 4 5 67 8 91011>>