/external/chromium_org/content/browser/resources/media/ |
stats_graph_helper.js | 20 googAvailableSendBandwidth: {color: 'red'},
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
resourcesPanel.css | 214 color: red;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
ui.js | 212 this._containerElement.style.color = 'red';
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_test.js | 152 assertEquals('red', t3a.style.backgroundColor);
|
/external/chromium_org/third_party/libpng/ |
png.h | 625 /* Three color definitions. The order of the red, green, and blue, (and the 631 png_byte red; member in struct:png_color_struct 641 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct 651 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct 666 png_uint_16 red; member in struct:png_sPLT_entry_struct [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 44 ARB_texture_compression_rgtc introduces some compressed red and 70 implied dependency on ARB_texture_rg for red/red_green formats so
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 244 PACK_RGBA(img, FixedToChan(span.red), \ 249 span.red += span.redStep; \ 923 /* this updates the visual's red/green/blue/alphaBits fields */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texcombine.c | 165 GLfloat red = textureUnit->EnvColor[0]; local 170 ASSIGN_4V(c[i], red, green, blue, alpha);
|
s_tritemp.h | 481 * All parameters (z, red, etc.) as well as the buffer [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableListTest.java | 689 for (Integer red : colorElem) { 692 webSafeColorsBuilder.add((red << 16) + (green << 8) + blue);
|
/external/libpng/ |
example.c | 218 * It is possible to set the red, green, and blue components directly 659 sig_bit.red = true_red_bit_depth;
|
png.h | 628 /* Three color definitions. The order of the red, green, and blue, (and the 634 png_byte red; member in struct:png_color_struct 644 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct 654 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct 669 png_uint_16 red; member in struct:png_sPLT_entry_struct [all...] |
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 44 ARB_texture_compression_rgtc introduces some compressed red and 70 implied dependency on ARB_texture_rg for red/red_green formats so
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 244 PACK_RGBA(img, FixedToChan(span.red), \ 249 span.red += span.redStep; \ 923 /* this updates the visual's red/green/blue/alphaBits fields */ [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texcombine.c | 157 GLfloat red = textureUnit->EnvColor[0]; local 162 ASSIGN_4V(c[i], red, green, blue, alpha);
|
s_tritemp.h | 481 * All parameters (z, red, etc.) as well as the buffer [all...] |
/external/openssh/openbsd-compat/ |
sys-tree.h | 34 * splay trees and red-black trees. 48 * A red-black tree is a binary search tree with the node color as an 52 * - each red node (except for the root) has a black parent, 55 * Every operation on a red-black tree is bounded as O(lg n). 56 * The maximum height of a red-black tree is 2lg (n+1). 292 /* Macros that define a red-black tree */ 328 #define RB_SET_BLACKRED(black, red, field) do { \ 330 RB_COLOR(red, field) = RB_RED; \
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 1006 xcmap[i].red = (colors[i].r<<8)|colors[i].r; 1041 xcmap[i].red = ramp[0*256+c];
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 1020 surface->hwdata->alpha.red = (alpha / 255.0) * 65535; [all...] |
/external/qemu/ |
sys-tree.h | 43 * splay trees and red-black trees. 57 * A red-black tree is a binary search tree with the node color as an 61 * - each red node (except for the root) has a black parent, 64 * Every operation on a red-black tree is bounded as O(lg n). 65 * The maximum height of a red-black tree is 2lg (n+1). 301 /* Macros that define a red-black tree */ 337 #define RB_SET_BLACKRED(black, red, field) do { \ 339 RB_COLOR(red, field) = RB_RED; \ [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 524 float red = ((color >>> 16) & 0xFF) / 255f * alpha; local 527 mTempColor[0] = red; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 524 float red = ((color >>> 16) & 0xFF) / 255f * alpha; local 527 mTempColor[0] = red; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 524 float red = ((color >>> 16) & 0xFF) / 255f * alpha; local 527 mTempColor[0] = red; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 71 // One perceived luminance formula is (0.299*red + 0.587*green + 0.114*blue) 103 * Converts an alpha-red-green-blue integer color into an {@link RGB} color. 116 * Converts an {@link RGB} color into a alpha-red-green-blue integer 124 return alpha << 24 | (rgb.red << 16) | (rgb.green << 8) | rgb.blue; 178 * bits of alpha, red, green and blue 199 * bits of alpha, red, green and blue [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xproto.h | 396 CARD16 red B16, green B16, blue B16; 403 CARD16 red B16, green B16, blue B16, pad B16; 746 CARD16 red B16, green B16, blue B16; [all...] |