Searched refs:rgb (Results 101 - 125 of 395) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h141 VOID SetFromCOLORREF(IN COLORREF rgb) argument
143 Argb = MakeARGB(255, GetRValue(rgb), GetGValue(rgb), GetBValue(rgb));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DColorTest.java17 int color = Color.rgb(160, 160, 160);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsidebarPane.css53 border-top: 1px solid rgb(189, 189, 189);
54 background-color: rgb(255, 255, 194);
66 border-bottom: 1px solid rgb(202, 202, 202);
67 background-color: rgb(236, 236, 236);
71 border-bottom: 1px solid rgb(189, 189, 189);
76 background: rgb(240, 240, 240);
79 border-top: 1px solid rgb(189, 189, 189);
80 border-bottom: 1px solid rgb(189, 189, 189);
90 background-color: rgb(204, 204, 204);
91 border-top: 1px solid rgb(17
[all...]
H A DinspectorStyle.css117 border-bottom: 1px solid rgb(64%, 64%, 64%);
123 background-color: rgb(233, 233, 233);
183 background-image: linear-gradient(to bottom, rgb(175, 175, 175), rgb(151, 151, 151)) !important;
188 background-image: linear-gradient(to bottom, rgb(221, 221, 221), rgb(207, 207, 207)) !important;
193 background-image: linear-gradient(to bottom, rgb(189, 189, 189), rgb(167, 167, 167)) !important;
198 background-image: linear-gradient(to bottom, rgb(228, 228, 228), rgb(21
[all...]
H A DbreakpointsList.css48 border: 1px solid rgb(66%, 66%, 66%);
59 background-color: rgb(245, 245, 245);
91 background-color: rgb(255, 255, 194);
95 background-color: rgb(255, 255, 194);
H A DheapProfiler.css105 background-color: rgb(236, 236, 236);
106 border-bottom: 1px solid rgb(179, 179, 179);
125 background-color: rgb(236, 236, 236);
129 background-color: rgb(255, 255, 200);
202 border-bottom: 1px solid rgb(240, 240, 240);
207 color: rgb(33%, 33%, 33%);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay.c35 void RGBtoYUV(Uint8 *rgb, int *yuv, int monochrome, int luminance) argument
40 yuv[0] = 0.299*rgb[0] + 0.587*rgb[1] + 0.114*rgb[2];
44 yuv[0] = (0.257 * rgb[0]) + (0.504 * rgb[1]) + (0.098 * rgb[2]) + 16;
52 yuv[0] = 0.299*rgb[0] + 0.587*rgb[1] + 0.114*rgb[
[all...]
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dtcmalloc_instance_view.css28 border-bottom: 1px solid rgb(128, 128, 128);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.css25 border-bottom: 1px solid rgb(128, 128, 128);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.css35 border: 1px solid rgb(0, 0, 96);
/external/chromium-trace/trace-viewer/src/ui/
H A Dinfo_bar.css8 background-color: rgb(252, 235, 162);
/external/chromium_org/chrome/browser/resources/app_list/
H A Dstart_page.css8 background-color: rgb(251, 251, 251);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.css6 background-color: rgb(240, 240, 240);
72 background: rgb(240, 240, 240);
86 border: solid 2px rgb(0, 138, 255);
87 color: rgb(0, 138, 255);
/external/chromium_org/content/browser/resources/media/
H A Dmedia_internals.css23 background-color: rgb(112, 196, 105);
31 background-color: rgb(238, 238, 238);
33 color: rgb(111, 111, 111);
41 color: rgb(50,50,50);
/external/deqp/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp188 Vec3 rgb = Vec3(L);
200 if (sextant == 0) rgb = Vec3(v, mid1, m);
201 else if (sextant == 1) rgb = Vec3(mid2, v, m);
202 else if (sextant == 2) rgb = Vec3(m, v, mid1);
203 else if (sextant == 3) rgb = Vec3(m, mid2, v);
204 else if (sextant == 4) rgb = Vec3(mid1, m, v);
205 else rgb = Vec3(v, m, mid2);
207 c.color.xyz() = rgb;
268 << "res = texture2D(ut_brick, coords.xy).rgb;",
/external/chromium_org/third_party/polymer/components-chromium/core-style/
H A Dcore-style-extracted.js253 cycle: function(rgb, amount) {
254 if (rgb.match('#')) {
255 var o = this.hexToRgb(rgb);
257 return rgb;
259 rgb = 'rgb(' + o.r + ',' + o.b + ',' + o.g + ')';
266 return rgb.replace(/rgb\(([^,]*),([^,]*),([^,]*)\)/, function(m, a, b, c) {
267 return 'rgb(' + cycleChannel(a) + ',' + cycleChannel(b) + ', '
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.css135 background-color: rgb(77, 144, 254);
136 border: 1px solid rgb(47, 91, 183);
155 top, rgb(77, 144, 254), rgb(53, 122, 232));
156 border: 1px solid rgb(47, 91, 183);
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css38 border: 1px solid rgb(217, 217, 217);
98 color: rgb(100, 100, 100);
102 color: rgb(180, 180, 180);
135 border: 1px solid rgb(217, 217, 217);
140 background-color: rgb(240, 240, 240);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp128 static inline bool parseHexColorInternal(const CharacterType* name, unsigned length, RGBA32& rgb)
140 rgb = 0xFF000000 | value;
144 rgb = 0xFF000000
151 bool Color::parseHexColor(const LChar* name, unsigned length, RGBA32& rgb)
153 return parseHexColorInternal(name, length, rgb);
156 bool Color::parseHexColor(const UChar* name, unsigned length, RGBA32& rgb)
158 return parseHexColorInternal(name, length, rgb);
161 bool Color::parseHexColor(const String& name, RGBA32& rgb)
168 return parseHexColor(name.characters8(), name.length(), rgb);
169 return parseHexColor(name.characters16(), name.length(), rgb);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java148 static int closest(RGB[] rgbs, int n, RGB rgb) { argument
153 int da = rgb2.red - rgb.red;
154 int dg = rgb2.green - rgb.green;
155 int db = rgb2.blue - rgb.blue;
166 RGB rgb; field in class:Utils.ColorCounter
188 RGB rgb = data.palette.getRGB(pixels[x]);
189 ColorCounter counter = (ColorCounter) freq.get(rgb);
192 counter.rgb = rgb;
193 freq.put(rgb, counte
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcommon.css166 background-color: rgb(250, 250, 250);
169 color: rgb(34, 34, 34);
204 border: 1px solid rgb(235, 235, 235);
214 background-color: rgb(235, 235, 235);
236 color: rgb(153, 153, 153);
241 background-color: rgb(66, 129, 244);
246 background: rgb(235, 235, 235);
273 background-color: rgb(250, 250, 250);
283 color: rgb(34, 34, 34);
327 background-color: rgb(25
[all...]
H A Ddrive_welcome.css58 linear-gradient(to bottom, rgb(77, 144, 254), rgb(71, 135, 237));
59 border-color: rgb(48, 121, 237);
66 linear-gradient(to bottom, rgb(77, 144, 254), rgb(53, 122, 232));
67 border-color: rgb(47, 91, 183);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsRenderTest.java87 pollForBackgroundColor(Color.rgb(0x22, 0x77, 0x88));
91 assertEquals(Color.rgb(0x22, 0x77, 0x88), sampleBackgroundColorOnUiThread());
94 assertEquals(Color.rgb(0x22, 0x77, 0x88), sampleBackgroundColorOnUiThread());
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_shared.css7 color: rgb(48, 57, 66);
160 background: -webkit-linear-gradient(rgb(255, 242, 183),
161 rgb(250, 230, 145));
162 border: 1px solid rgb(201, 189, 141);
187 background: -webkit-linear-gradient(rgb(250, 230, 145),
188 rgb(255, 242, 183));
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.css160 stroke: rgb(68, 187, 68);
161 fill: rgb(68, 187, 68);
169 stroke: rgb(204, 68, 68);
181 background-color: rgb(43, 194, 83);
184 color-stop(0, rgb(43,194,83)),
185 color-stop(1, rgb(84,240,84)));

Completed in 787 milliseconds

1234567891011>>