Searched refs:red (Results 76 - 100 of 273) sorted by relevance

1234567891011

/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css109 color: red;
222 color: red;
/external/replicaisland/tools/
H A DExtractPoints.js197 black.rgb.red = 0;
202 redColor.rgb.red = 255;
207 greenColor.rgb.red = 0;
212 blueColor.rgb.red = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGradientQt.cpp70 stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.h69 WK_EXPORT bool WKBundleFrameGetDocumentBackgroundColor(WKBundleFrameRef frame, double* red, double* green, double* blue, double* alpha);
/external/bison/src/
H A Dstate.c231 int red = state_reduction_find (s, r); local
234 if (reds->look_ahead_tokens && red != -1)
240 BITSET_FOR_EACH (biter, reds->look_ahead_tokens[red], k, 0)
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorMagic.java150 texres.red = colorBand[colorbandIndex][0];
170 texres.red = 0.5f - xyz[0];
176 data[index++] = (byte) (texres.red * 255.0f);
/external/jpeg/
H A Dwrrle.c176 rle_pixel **rle_row, *red, *green, *blue; local
241 red = rle_row[0];
245 *red++ = GETJSAMPLE(*output_row++);
/external/qemu/distrib/jpeg-6b/
H A Dwrrle.c176 rle_pixel **rle_row, *red, *green, *blue; local
241 red = rle_row[0];
245 *red++ = GETJSAMPLE(*output_row++);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmdef.h115 { unsigned char red; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
144 displays use 64 intensities of red,
275 extern D3DCOLOR D3DRMAPI D3DRMCreateColorRGB(D3DVALUE red,
282 extern D3DCOLOR D3DRMAPI D3DRMCreateColorRGBA(D3DVALUE red,
288 * Get the red component of a color.
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMDEF.H115 { unsigned char red; /* 0 .. 255 */ member in struct:_D3DRMPALETTEENTRY
139 the red, green and blue parts of a
142 red, green and blue elements in the
144 displays use 64 intensities of red,
275 extern D3DCOLOR D3DRMAPI D3DRMCreateColorRGB(D3DVALUE red,
282 extern D3DCOLOR D3DRMAPI D3DRMCreateColorRGBA(D3DVALUE red,
288 * Get the red component of a color.
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCGWin.cpp168 CGFloat red, green, blue, alpha; local
169 color.getRGBA(red, green, blue, alpha);
170 CGContextSetRGBStrokeColor(context, red, green, blue, alpha);
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp118 float red = (pixel[0] - basePixel[0]) / max<float>(255 - basePixel[0], basePixel[0]); local
122 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0f;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DImageDiff.cpp116 float red = (actualPixel[0] - basePixel[0]) / max<float>(255 - basePixel[0], basePixel[0]); local
120 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0f;
/external/webkit/Tools/DumpRenderTree/win/
H A DImageDiffCairo.cpp124 float red = pixelDifference(baselinePixel[0], actualPixel[0]); local
129 float distance = sqrtf(red * red + green * green + blue * blue + alpha * alpha) / 2.0;
/external/libpng/
H A Dpngwtran.c235 shift_start[channels] = row_info->bit_depth - bit_depth->red;
236 shift_dec[channels] = bit_depth->red;
571 png_uint_32 red = (png_uint_32)((s0 - s1) & 0xffffL);
573 *(rp ) = (png_byte)((red >> 8) & 0xff);
574 *(rp+1) = (png_byte)(red & 0xff);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c228 shift_start[channels] = row_info->bit_depth - bit_depth->red;
229 shift_dec[channels] = bit_depth->red;
561 png_uint_32 red = (png_uint_32)((s0-s1) & 0xffffL);
563 *(rp ) = (png_byte)((red >> 8) & 0xff);
564 *(rp+1) = (png_byte)(red & 0xff);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp302 float red, green, blue, alpha; local
303 context->fillColor().getRGBA(red, green, blue, alpha);
304 cairo_set_source_rgba(cr, red, green, blue, alpha);
312 strokeColor.getRGBA(red, green, blue, alpha);
313 cairo_set_source_rgba(cr, red, green, blue, alpha);
/external/qemu/android/skin/
H A Dargb.h87 #define ARGB_REDUCE(x,red) \
89 int _red = (red) >> 8; \
153 #define ARGB_REDUCE(x,red) \
155 int _red = (red) >> 8; \
269 unsigned red; local
277 red = ww;
280 red = (hh < 65536) ? (red*hh >> 16U) : red;
283 ARGB_REDUCE(spix,red);
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java72 // used by compressonator to mark grayscale images, red channel mask is used for data and bitcount is 8
503 byte red = (byte) (((i & redMask) >> redCount));
515 dataBuffer.put(red).put(green).put(blue);
517 dataBuffer.put(red).put(green).put(blue).put(alpha);
645 byte red = (byte) (((i & redMask) >> redCount));
657 dataBuffer.put(red).put(green).put(blue);
659 dataBuffer.put(red).put(green).put(blue).put(alpha);
H A DHDRLoader.java64 public static void convertFloatToRGBE(byte[] rgbe, float red, float green, float blue){ argument
65 double max = red;
73 rgbe[0] = (byte) ((red / divider) * 255.0);
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm470 mov ah,[esi+2] ; red
494 mov ah,[esi+2] ; red
558 mov ah,[esi+2] ; red
586 mov bl,[esi+2] ; red
607 mov bl,[esi+2] ; red
672 mov bl,[esi+2] ; red
700 mov ah,[esi+2] ; red
721 mov ah,[esi+2] ; red
783 mov ah,[esi+2] ; red
812 mov bl,[esi+2] ; red
[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 DBarGraph.java183 // Color red= display.getSystemColor(SWT.COLOR_RED);
185 Color red = new Color(display, 225, 50, 50);
214 gc.setBackground(red);
282 red.dispose();
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestpalette.c141 int boatcols, frames, i, red; local
212 /* save the index of the red colour for later */
213 red = SDL_MapRGB(screen->format, 0xff, 0x00, 0x00);
324 /* pulse the red colour (done after the fade, for a night effect) */
326 cmap[red].r = (int)(255 * sin(redphase * M_PI / 63));
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_view.css169 color: red;
170 border: solid 1px red;
/external/libvpx/examples/includes/geshi/geshi/
H A Dinno.php165 4 => 'color: #CC0000;'/*red*/

Completed in 555 milliseconds

1234567891011