/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 128 def RGB(red, green, blue): 129 return red + (green << 8) + (blue << 16)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 128 def RGB(red, green, blue): 129 return red + (green << 8) + (blue << 16)
|
/system/extras/tests/framebuffer/ |
refresh.c | 96 info.red.offset, info.red.length,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLVertex.java | 66 colorBuffer.put(color.red);
|
/external/chromium/chrome/browser/resources/net_internals/ |
main.css | 109 color: red; 222 color: red;
|
/external/chromium_org/third_party/qcms/src/ |
qcms.h | 121 qcms_CIE_xyY red; member in struct:__anon15855
|
/external/replicaisland/tools/ |
ExtractPoints.js | 197 black.rgb.red = 0; 202 redColor.rgb.red = 255; 207 greenColor.rgb.red = 0; 212 blueColor.rgb.red = 0;
|
/art/test/044-proxy/src/ |
BasicTest.java | 50 colors.red(1.0f); 149 public int red(float howRed); method in interface:Colors 191 public int red(float howRed) { method in class:Mix 192 System.out.println("--- red " + howRed);
|
/dalvik/tests/044-proxy/src/ |
BasicTest.java | 49 colors.red(1.0f); 139 public int red(float howRed); method in interface:Colors 181 public int red(float howRed) { method in class:Mix 182 System.out.println("--- red " + howRed);
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
AnimationCloning.java | 113 int red = (int)(100 + Math.random() * 155); local 116 int color = 0xff000000 | red << 16 | green << 8 | blue; 118 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
|
AnimationLoading.java | 137 int red = (int)(100 + Math.random() * 155); local 140 int color = 0xff000000 | red << 16 | green << 8 | blue; 142 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
|
AnimatorEvents.java | 177 int red = (int)(Math.random() * 255); local 180 int color = 0xff000000 | red << 16 | green << 8 | blue; 182 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
|
BouncingBalls.java | 55 private static final int RED = 0xffFF8080; 70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE); 159 int red = (int)(Math.random() * 255); local 162 int color = 0xff000000 | red << 16 | green << 8 | blue; 164 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
|
MultiPropertyAnimation.java | 150 int red = (int)(100 + Math.random() * 155); local 153 int color = 0xff000000 | red << 16 | green << 8 | blue; 155 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 132 int r = ave(Color.red(c0), Color.red(c1), p); 141 int r = Color.red(color);
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorWheel.java | 149 int r = ave(Color.red(c0), Color.red(c1), p); 158 int r = Color.red(color);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.cc | 80 insensitive_color.red / 257, insensitive_color.green / 257, 87 button->pressed_markup = g_markup_printf_escaped(kLinkMarkup, "red", text); 95 button->pressed_markup = g_strdup_printf(kLinkMarkup, "red", text); 107 snprintf(color_spec, 9, "#%02X%02X%02X", native_color->red / 257, 282 snprintf(button->normal_color, 9, "#%02X%02X%02X", color->red / 257,
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorMagic.java | 150 texres.red = colorBand[colorbandIndex][0]; 170 texres.red = 0.5f - xyz[0]; 176 data[index++] = (byte) (texres.red * 255.0f);
|
/external/jpeg/ |
wrrle.c | 176 rle_pixel **rle_row, *red, *green, *blue; local 241 red = rle_row[0]; 245 *red++ = GETJSAMPLE(*output_row++);
|
/external/qemu/distrib/jpeg-6b/ |
wrrle.c | 176 rle_pixel **rle_row, *red, *green, *blue; local 241 red = rle_row[0]; 245 *red++ = GETJSAMPLE(*output_row++);
|
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.h | 350 void SetClearColor(float red, float green, float blue, float alpha); 427 float red; member in struct:android::filterfw::ShaderProgram::RGBAColor 432 RGBAColor() : red(0), green(0), blue(0), alpha(1) {
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglMacApi.cpp | 33 EGLint red,green,blue,alpha,depth,stencil; 75 red = green = blue = (colorSize / 4); //TODO: ask guy if it is OK 77 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
|
/external/chromium_org/third_party/libpng/ |
pngwtran.c | 235 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/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.pl | 686 my @red = ("mm0","mm1","mm2"); 704 &pxor ($red[0],$red[0]); 706 &pxor ($red[1],$red[1]); 707 &pxor ($red[2],$red[2]); 744 &pxor ($Zhi,$red[1]) if ($i>1); 746 &pinsrw ($red[0],&WP(0,$rem_8bit,$rem[1],2),2) if ($i>0); 748 unshift (@red,pop(@red)); # "rotate" register [all...] |
/external/libpng/ |
pngwtran.c | 235 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);
|