Searched refs:rgb (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/
H A Ddialog.css10 outline: medium auto rgb(80, 122, 213);
H A Dmanaged_mode_block_interstitial.css5 background-color: rgb(230, 230, 230);
19 background-color: rgb(251, 251, 251);
20 border: 1px solid rgb(170, 170, 170);
21 border-bottom: 1px solid rgb(136, 136, 136);
23 box-shadow: 0 2px 2px rgb(170, 170, 170);
28 color: rgb(102, 102, 102);
39 color: rgb(17, 85, 204);
60 background-image: linear-gradient(rgb(246, 246, 246) 5%,
61 rgb(239, 239, 239) 50%,
62 rgb(22
[all...]
H A Didentity_internals.css6 color: rgb(74, 142, 230);
16 background: rgb(239, 243, 255);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.csv48 # - color space: rgb, yub, sz
62 PIPE_FORMAT_NONE , plain, 1, 1, u8 , , , , x001, rgb
65 PIPE_FORMAT_B8G8R8A8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , zyxw, rgb
66 PIPE_FORMAT_B8G8R8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , zyx1, rgb
67 PIPE_FORMAT_A8R8G8B8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
68 PIPE_FORMAT_X8R8G8B8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , yzw1, rgb
69 PIPE_FORMAT_A8B8G8R8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
70 PIPE_FORMAT_X8B8G8R8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
72 PIPE_FORMAT_R8G8B8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , xyz1, rgb
73 PIPE_FORMAT_B5G5R5X1_UNORM , plain, 1, 1, un5 , un5 , un5 , x1 , zyx1, rgb
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.csv48 # - color space: rgb, yub, sz
62 PIPE_FORMAT_NONE , plain, 1, 1, u8 , , , , x001, rgb
65 PIPE_FORMAT_B8G8R8A8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , zyxw, rgb
66 PIPE_FORMAT_B8G8R8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , zyx1, rgb
67 PIPE_FORMAT_A8R8G8B8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
68 PIPE_FORMAT_X8R8G8B8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , yzw1, rgb
69 PIPE_FORMAT_A8B8G8R8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
70 PIPE_FORMAT_X8B8G8R8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
72 PIPE_FORMAT_R8G8B8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , xyz1, rgb
73 PIPE_FORMAT_B5G5R5X1_UNORM , plain, 1, 1, un5 , un5 , un5 , x1 , zyx1, rgb
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DinspectorSyntaxHighlight.css30 color: rgb(0, 116, 0);
37 color: rgb(7, 144, 154);
41 color: rgb(50, 0, 255);
46 color: rgb(200, 0, 0);
54 color: rgb(200, 0, 180);
58 color: rgb(123, 123, 123);
62 color: rgb(0, 116, 0);
66 color: rgb(170, 13, 145);
70 color: rgb(28, 0, 207);
75 color: rgb(19
[all...]
H A DpanelEnablerView.css61 color: rgb(110, 116, 128);
70 color: rgb(110, 116, 128);
121 color: rgb(6, 6, 6);
122 border: 1px solid rgb(165, 165, 165);
123 background-color: rgb(237, 237, 237);
124 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
131 color: rgb(130, 130, 130);
132 border-color: rgb(212, 212, 212);
133 background-color: rgb(23
[all...]
H A DnetworkPanel.css35 background: rgb(203, 203, 203);
76 background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
106 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
107 border-bottom: 1px solid rgb(163, 163, 163);
160 color: rgb(45%, 45%, 45%);
164 color: rgb(20%, 20%, 45%);
169 color: rgb(33%, 33%, 33%);
220 color: rgb(3
[all...]
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_unittest.cc13 int ConvertRGBToY(const uint8* rgb) { argument
14 int y = 25 * rgb[0] + 129 * rgb[1] + 66 * rgb[2];
19 int ConvertRGBToU(const uint8* rgb, int size) { argument
20 int u = 112 * rgb[0] - 74 * rgb[1] - 38 * rgb[2];
25 int ConvertRGBToV(const uint8* rgb, int size) { argument
26 int v = -18 * rgb[
[all...]
/external/chromium_org/chrome/browser/resources/signin_internals/
H A Dsignin_index.css6 color: rgb(74, 142, 230);
12 color: rgb(127, 127, 127);
16 background: rgb(204, 255, 204);
42 background: rgb(239, 243, 255);
46 background: rgb(204, 243, 204);
51 background: rgb(255, 255, 0);
54 background: rgb(255, 255, 255);
60 background: rgb(155, 158, 166);
63 background: rgb(239, 243, 255);
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.css12 background-color: rgb(235, 239, 250);
13 border: 1px solid rgb(187, 187, 187);
24 background-color: rgb(235, 250, 239);
47 color: rgb(141, 51, 42);
52 background-color: rgb(0, 215, 0);
56 background-color: rgb(255, 215, 0);
60 background-color: rgb(215, 215, 215);
/external/chromium_org/chrome/browser/resources/safe_browsing/
H A Dmalware_block_v2.css14 background: url('images/stripe.png') rgb(140, 0, 0);
20 -webkit-box-shadow: 3px 3px 8px rgb(140, 0, 0);
22 color: rgb(75, 75, 77);
95 -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243),
97 background: -webkit-linear-gradient(rgb(112, 154, 241),
98 rgb(108, 148, 240) 44%, rgb(95, 132, 238));
99 border: 1px solid rgb(53, 116, 203);
110 text-shadow: 0 -1px 0 rgb(72, 101, 228);
115 -webkit-box-shadow: inset 0 1px 0 0 rgb(12
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.css23 background: -webkit-linear-gradient(rgb(51, 76, 126), rgb(13, 23, 43));
24 border: 2px solid rgb(87, 108, 207);
66 color: rgb(151, 151, 150);
81 border-color: rgb(97, 186, 100);
85 border-color: rgb(93, 128, 199);
89 border-color: rgb(184, 84, 84);
93 border-color: rgb(204, 204, 80);
97 border-color: rgb(121, 172, 143);
101 border-color: rgb(19
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dbutter_bar.css14 background-color: rgb(249, 237, 190);
15 border: 1px solid rgb(240, 195, 109);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dinfo_view.css33 color: rgb(0, 128, 0);
37 color: rgb(128, 128, 0);
41 color: rgb(255, 0, 0);
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dmemory_internals.css13 color: rgb(74, 142, 230);
22 border-top: 1px solid rgb(58, 117, 189);
23 color: rgb(58, 117, 189);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dview-source.css49 background-color: rgb(240, 240, 240);
50 border-right: 1px solid rgb(187, 187, 187) !important;
65 color: rgb(128, 128, 128);
87 color: rgb(136, 18, 128);
92 color: rgb(153, 69, 0);
97 color: rgb(26, 26, 166);
117 color: rgb(35, 110, 37);
122 color: rgb(192, 192, 192);
138 background-color: rgb(100%, 62%, 42%);
139 border: 2px solid rgb(10
[all...]
/external/clang/www/
H A Dmenu.css29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
/external/compiler-rt/www/
H A Dmenu.css29 background-color: rgb(192,192,192);
35 background-color: rgb(235,235,235);
38 color:rgb(100,50,100);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.css16 color-stop(0, rgb(237, 237, 237)),
17 color-stop(0.38, rgb(237, 237, 237)),
18 color-stop(1, rgb(222, 222, 222)));
36 text-shadow: 0 1px 0 rgb(240, 240, 240);
48 color-stop(0, rgb(237, 237, 237)),
49 color-stop(0.38, rgb(237, 237, 237)),
50 color-stop(1, rgb(222, 222, 222)));
60 color-stop(0, rgb(231, 231, 231)),
61 color-stop(0.38, rgb(231, 231, 231)),
62 color-stop(1, rgb(21
[all...]
H A Doobe.css42 border-color: rgb(77, 144, 254);
54 background-image: -webkit-linear-gradient(rgb(93, 154, 255),
55 rgb(93, 154, 255) 38%,
56 rgb(88, 145, 240));
71 background-image: -webkit-linear-gradient(rgb(101, 158, 253),
72 rgb(101, 158, 253) 38%,
73 rgb(96, 151, 241));
79 background-image: -webkit-linear-gradient(rgb(96, 149, 237),
80 rgb(96, 149, 237) 38%,
81 rgb(9
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.c38 * const uint32_t rgb = *reinterpret_cast<const uint32_t*>(framebuffer);
40 * So, if this code runs on the little endian CPU, red color in 'rgb' would be
42 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as
80 #define R16(rgb) (uint8_t)((rgb) & kRed5)
81 #define G16(rgb) (uint8_t)(((rgb) & kGreen6) >> 5)
82 #define B16(rgb) (uint8_t)(((rgb) & kBlue5) >> 11)
84 #define R16_32(rgb) (uint8_
170 RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) argument
177 RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) argument
227 RGB32_t rgb; local
543 _load_RGB32(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
552 _save_RGB32(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
561 _load_BRG32(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
570 _save_BRG32(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
581 _load_RGB24(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
592 _save_RGB24(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
603 _load_BRG24(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
614 _save_BRG24(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
623 _load_RGB16(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
632 _save_RGB16(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
640 _load_BRG16(const void* rgb, uint8_t* r, uint8_t* g, uint8_t* b) argument
649 _save_BRG16(void* rgb, uint8_t r, uint8_t g, uint8_t b) argument
1000 RGBToYUV(const RGBDesc* rgb_fmt, const YUVDesc* yuv_fmt, const void* rgb, void* yuv, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1068 YUVToRGB(const YUVDesc* yuv_fmt, const RGBDesc* rgb_fmt, const void* yuv, void* rgb, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
1155 BAYERToRGB(const BayerDesc* bayer_fmt, const RGBDesc* rgb_fmt, const void* bayer, void* rgb, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/diagnostics/
H A Dmain.css11 color: rgb(92, 97, 102);
32 -webkit-border-start-color: rgb(78, 87, 100);
38 color: rgb(48, 57, 66);
67 background-color: rgb(238, 238, 238);
99 color: rgb(70, 78, 90);
104 color: rgb(153, 153, 153);
109 color: rgb(206, 57, 38);
115 from(rgb(171, 253, 182)),
116 to(rgb(94, 191, 107)));
117 border: 1px solid rgb(1
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_view.css38 color: rgb(170, 0, 170);
42 color: rgb(255, 51, 204);
50 color: rgb(102, 187, 187);
54 color: rgb(150, 20, 29);
58 color: rgb(0, 187, 0);
66 color: rgb(0, 0, 255);
/external/chromium_org/chrome/browser/resources/ssl/
H A Dfirefox.css6 background-color: rgb(221, 218, 213);
14 border: 1px solid rgb(255, 189, 9);
28 border-bottom: 1px solid rgb(221, 218, 213);

Completed in 897 milliseconds

1234567891011>>