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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
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);
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);
  /external/chromium_org/ui/views/controls/button/
label_button.cc 29 // Default text and shadow colors for STYLE_BUTTON.
59 // Initialize the colors, border, and layout.
266 SkColor colors[STATE_COUNT] = { local
283 // Use hardcoded colors for inverted color scheme support and STYLE_BUTTON.
286 colors[STATE_NORMAL] = SK_ColorWHITE;
292 colors[STATE_NORMAL] = kStyleButtonTextColor;
299 colors[STATE_HOVERED] = colors[STATE_PRESSED] = colors[STATE_NORMAL];
303 SetTextColor(static_cast<ButtonState>(state), colors[state]) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 186 LogColors colors = new LogColors(); local
190 colors.infoColor = new Color(d, 0, 127, 0);
191 colors.debugColor = new Color(d, 0, 0, 127);
192 colors.errorColor = new Color(d, 255, 0, 0);
193 colors.warningColor = new Color(d, 255, 127, 0);
194 colors.verboseColor = new Color(d, 0, 0, 0);
267 mLogPanel = new LogPanel(colors, new FilterStorage(), LogPanel.FILTER_MANUAL);
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
352 int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
358 colors[i].r>>2,
359 colors[i].g>>2,
360 colors[i].b>>2);
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 44 static int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
472 int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
486 r=colors[i].r>>3;
487 g=colors[i].g>>3;
488 b=colors[i].b>>3;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 67 SDL_Color *colors);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 81 SDL_SetColors(bg, screen->format->palette->colors, 0, 256);
113 SDL_SetColors(z, s->format->palette->colors,
203 boat[0]->format->palette->colors, 0, boatcols);
210 memcpy(cmap, screen->format->palette->colors, 256 * sizeof(SDL_Color));
312 memcpy(cmap, screen->format->palette->colors,
  /external/skia/gm/
aaclip.cpp 48 SkColor colors[] = { 0xFF7F7F7F, 0xFF7F7F7F, 0xFF000000 }; local
51 SkShader* s = SkGradientShader::CreateLinear(pts, colors, pos,
52 SK_ARRAY_COUNT(colors),
97 SkColor colors[] = { SK_ColorBLACK, SK_ColorBLACK, SK_ColorRED, SK_ColorRED }; local
99 SkShader* s = SkGradientShader::CreateLinear(pts, colors, pos, 4, SkShader::kClamp_TileMode);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 437 drawable.setColors(mContents.colors);
447 final int[] colors; field in class:PresentationActivity.PresentationContents
464 colors = new int[] {
471 colors = new int[] { in.readInt(), in.readInt() };
482 dest.writeInt(colors[0]);
483 dest.writeInt(colors[1]);
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 328 SkColor colors[] = { local
336 const int kNumColors = arraysize(colors);
366 top_quad->SetNew(shared_quad_state, top, colors[i % kNumColors], false);
372 colors[kNumColors - 1 - (i % kNumColors)],
380 colors[kNumColors - 1 - (i % kNumColors)],
386 shared_quad_state, right, colors[i % kNumColors], false);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 48 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
355 int WIMP_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
364 *pal = (((unsigned int)colors->r) << 8)
365 + (((unsigned int)colors->g) << 16)
366 + (((unsigned int)colors->b) << 24);
369 colors++;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 58 SDL_Color *colors);
382 if ( (bpp == 16) && (modeinfo->colors == 32768) ) {
538 int SVGA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
544 colors[i].r>>2,
545 colors[i].g>>2,
546 colors[i].b>>2);
  /external/chromium_org/ui/gfx/
render_text.cc 67 // Appends to |positions| and |colors| values corresponding to the fade over
74 std::vector<SkColor>* colors) {
82 colors->push_back(c0);
85 colors->push_back(c0);
87 colors->push_back(c1);
99 std::vector<SkColor> colors; local
103 &positions, &colors);
106 &positions, &colors);
112 colors.push_back(colors.back())
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 283 // Strings used by themes to identify colors in the JSON.
    [all...]
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 59 int[] colors = new int[] { local
64 colors);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 82 // Colors of the gradient used during the mini title change animation.
413 SkColor colors[2]; local
414 colors[0] = kMiniTitleChangeGradientColor1;
415 colors[1] = kMiniTitleChangeGradientColor2;
419 colors,
585 SkColor colors[2]; local
592 colors[0] = SkColorSetARGB(hover_alpha, 255, 255, 255);
593 colors[1] = SkColorSetARGB(0, 255, 255, 255);
597 colors,
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 120 GLfloat colors[NumTests][4] = { local
235 glUniform4fv( userData->colorLoc, 1, colors[i] );
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 26 SkPMColor* SK_RESTRICT colors, int count) {
73 *colors++ = SkPackARGB32(a, r, g, b);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_wbmp.cpp 121 const SkPMColor colors[] = { SK_ColorBLACK, SK_ColorWHITE }; local
122 SkColorTable* ct = SkNEW_ARGS(SkColorTable, (colors, 2));
SkImageEncoder_argb.cpp 103 const SkPMColor* colors = ctLocker.lockColors(bitmap); local
109 scanline_import(src + y * bitmap.rowBytes(), argb, bitmap.width(), colors);
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /external/grub/docs/
menu.lst 80 # Change the colors.
81 title Change the colors
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
223 int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 60 SDL_Color *colors);
671 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors)
683 /* Verify the range of colors */
692 (**cTab).ctTable[j].rgb.red = colors[i].r << 8 | colors[i].r;
693 (**cTab).ctTable[j].rgb.green = colors[i].g << 8 | colors[i].g;
694 (**cTab).ctTable[j].rgb.blue = colors[i].b << 8 | colors[i].b;

Completed in 743 milliseconds

1 2 3 4 5 67 8 91011>>