HomeSort by relevance Sort by last modified time
    Searched refs:rgb (Results 201 - 225 of 619) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_confirm_password.css 32 color: rgb(221, 75, 57);
screen_password_changed.css 45 color: rgb(49, 106, 197);
57 outline-color: rgb(77, 144, 254);
61 outline-color: rgb(77, 144, 254);
  /external/chromium_org/chrome/browser/resources/
flags.css 74 background: rgb(235, 239, 249);
75 border-top: 1px solid rgb(181, 199, 222);
150 background-color: rgb(255, 255, 0);
168 border-top: 1px solid rgb(181, 199, 222);
policy_android.css 46 border: 1px solid rgb(217, 217, 217);
106 color: rgb(100, 100, 100);
111 color: rgb(180, 180, 180);
141 border: 1px solid rgb(217, 217, 217);
146 background-color: rgb(240, 240, 240);
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.css 22 background-color: rgb(235, 239, 250);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 104 static ushort rgb2hue( uchar4 rgb)
108 int ri = rgb.r;
109 int gi = rgb.g;
110 int bi = rgb.b;
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 79 background: rgb(224,236,255);
83 background: rgb(255,217,217);
106 color: rgb(238, 0, 0);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
requestHeadersView.css 58 color: rgb(45%, 45%, 45%);
62 color: rgb(20%, 20%, 45%);
67 color: rgb(33%, 33%, 33%);
timelinePanel.css 33 border-bottom: 1px solid rgb(140, 140, 140);
41 background-color: rgb(236, 236, 236);
47 color: rgb(92, 110, 129); text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
55 background-color: rgb(255, 255, 255);
116 background-color: rgb(56, 121, 217) !important;
127 border-left: 1px solid rgb(163, 163, 163);
137 border-top: 1px solid rgb(163, 163, 163);
138 border-bottom: 1px solid rgb(163, 163, 163);
149 background-color: rgb(110, 110, 110);
393 color: rgb(50%, 50%, 50%)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.h 109 RGBA32 rgb() const { return m_color; } // Preserve the alpha. function in class:blink::Color
111 void setRGB(RGBA32 rgb) { m_color = rgb; }
142 return a.rgb() == b.rgb();
166 return Color(colorFromPremultipliedARGB(premultBlended.rgb()));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 39 unsigned int rgb, unsigned int alpha,
48 if ((!rgb && !alpha) || file == RC_FILE_NONE)
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
66 if (rgb) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
94 } else if (candidate < 0 || (rgb && rgb_used > 2
    [all...]
radeon_pair_schedule.c 67 /** If the scheduler has paired an RGB and an Alpha instruction together,
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
306 if (!sinst->Instruction->U.P.RGB.OutputWriteMask &&
310 RGB.OutputWriteMask
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
497 * dst_full is an rgb instruction, meaning that it has a vector instruction(rgb)
517 dst_sub = &dst_full->RGB;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
575 /*If this arg does not read from an rgb source
    [all...]
  /external/chromium_org/ui/webui/resources/css/
tabs.css 12 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
13 border-bottom: 1px solid rgb(160, 160, 160);
78 border-color: rgb(160, 160, 160);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 39 unsigned int rgb, unsigned int alpha,
48 if ((!rgb && !alpha) || file == RC_FILE_NONE)
53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used
54 && index != pair->RGB.Src[RC_PAIR_PRESUB_SRC].Index) {
66 if (rgb) {
67 if (pair->RGB.Src[i].Used) {
68 if (pair->RGB.Src[i].File != file ||
69 pair->RGB.Src[i].Index != index) {
94 } else if (candidate < 0 || (rgb && rgb_used > 2
    [all...]
radeon_pair_schedule.c 67 /** If the scheduler has paired an RGB and an Alpha instruction together,
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
306 if (!sinst->Instruction->U.P.RGB.OutputWriteMask &&
310 RGB.OutputWriteMask
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
497 * dst_full is an rgb instruction, meaning that it has a vector instruction(rgb)
517 dst_sub = &dst_full->RGB;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
575 /*If this arg does not read from an rgb source
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.css 19 color: rgb(0, 102, 204);
40 background-color: rgb(242, 247, 250);
41 border-bottom: 1px solid rgb(218, 236, 248);
115 background-image: -webkit-linear-gradient(rgb(255, 255, 255),
116 rgb(239, 245, 255));
  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.css 16 background-color: rgb(206, 52, 38);
21 background: rgb(76, 142, 250);
40 background: rgb(50, 102, 213);
141 background-color: rgb(206, 52, 38);
146 background-color: rgb(206, 52, 38);
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 147 // Converts RGBA to RGB (removing the alpha values) to prepare to send data to
149 // pixels the the given rgb destination buffer (which should have enough space
151 void StripAlpha(const unsigned char* rgba, int pixel_width, unsigned char* rgb)
154 memcpy(&rgb[x * 3], &rgba[x * 4], 3);
157 // Converts BGRA to RGB by reordering the color components and dropping the
159 // pixels the the given rgb destination buffer (which should have enough space
161 void BGRAtoRGB(const unsigned char* bgra, int pixel_width, unsigned char* rgb)
165 unsigned char* pixel_out = &rgb[x * 3];
238 // libjpeg-turbo supports all input formats used by Chromium (i.e. RGB, RGBA,
296 void (*converter)(const unsigned char* in, int w, unsigned char* rgb);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 127 * Helper function called from _swrast_write_zoomed_rgba/rgb/
244 const GLubyte (*rgb)[3] = (const GLubyte (*)[3]) src;
250 zoomed.array->rgba8[i][0] = rgb[j][0];
251 zoomed.array->rgba8[i][1] = rgb[j][1];
252 zoomed.array->rgba8[i][2] = rgb[j][2];
257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src;
263 zoomed.array->rgba16[i][0] = rgb[j][0];
264 zoomed.array->rgba16[i][1] = rgb[j][1];
265 zoomed.array->rgba16[i][2] = rgb[j][2];
270 const GLfloat (*rgb)[3] = (const GLfloat (*)[3]) src
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 127 * Helper function called from _swrast_write_zoomed_rgba/rgb/
244 const GLubyte (*rgb)[3] = (const GLubyte (*)[3]) src;
250 zoomed.array->rgba8[i][0] = rgb[j][0];
251 zoomed.array->rgba8[i][1] = rgb[j][1];
252 zoomed.array->rgba8[i][2] = rgb[j][2];
257 const GLushort (*rgb)[3] = (const GLushort (*)[3]) src;
263 zoomed.array->rgba16[i][0] = rgb[j][0];
264 zoomed.array->rgba16[i][1] = rgb[j][1];
265 zoomed.array->rgba16[i][2] = rgb[j][2];
270 const GLfloat (*rgb)[3] = (const GLfloat (*)[3]) src
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 115 int rgb = image.getRGB(x, y); local
116 if (goldenRgb == rgb) {
122 if (((goldenRgb & 0xFF000000) == 0) && (rgb & 0xFF000000) == 0) {
127 int deltaR = ((rgb & 0xFF0000) >>> 16) - ((goldenRgb & 0xFF0000) >>> 16);
129 int deltaG = ((rgb & 0x00FF00) >>> 8) - ((goldenRgb & 0x00FF00) >>> 8);
131 int deltaB = (rgb & 0x0000FF) - (goldenRgb & 0x0000FF);
135 + ((rgb & 0xFF000000) >>> 24)) / 2) << 24;
  /external/libpng/contrib/gregbook/
rpng2-x.c 206 } rgb[] = { variable in typeref:struct:rgb_color
226 static int num_rgb = sizeof(rgb) / sizeof(struct rgb_color);
470 " bg \tdesired background color in 7-character hex RGB format\n"
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 22 // Uncomment to disable gamma-compression during RGB->U/V averaging
73 // RGB -> YUV conversion
334 const uint8_t* const rgb, int rgb_stride,
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
338 const uint8_t* const g_ptr = rgb + 1;
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
340 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL;
366 const uint8_t* rgb, int rgb_stride) {
367 return (picture != NULL) ? Import(picture, rgb, rgb_stride, 3, 0, 0) : 0;
371 const uint8_t* rgb, int rgb_stride)
    [all...]
  /external/webp/src/enc/
picture_csp.c 22 // Uncomment to disable gamma-compression during RGB->U/V averaging
73 // RGB -> YUV conversion
334 const uint8_t* const rgb, int rgb_stride,
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
338 const uint8_t* const g_ptr = rgb + 1;
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
340 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL;
366 const uint8_t* rgb, int rgb_stride) {
367 return (picture != NULL) ? Import(picture, rgb, rgb_stride, 3, 0, 0) : 0;
371 const uint8_t* rgb, int rgb_stride)
    [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 8 color: rgb(48, 57, 66);
39 color: rgb(92, 97, 102);
55 -webkit-border-start-color: rgb(78, 87, 100);
112 background-color: rgb(64, 192, 64);
120 background-color: rgb(224, 32, 32);
125 background-color: rgb(0, 255, 0);
203 color: rgb(151, 156, 160);
215 color: rgb(17, 85, 204);
247 border-color: rgb(77, 144, 254);
367 background-color: rgb(255, 200, 200)
    [all...]

Completed in 910 milliseconds

1 2 3 4 5 6 7 891011>>