/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 292 float blue, 299 int blue, 322 float blue, 329 int blue, 336 boolean blue,
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 485 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 487 GLAPI void APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GroupsTest.java | 54 private static final String GROUP_BLUE = "Blue"; 97 // contacts, Red only with phone numbers, Green with no phones, and Blue 135 // Blue should have no contacts. 136 assertEquals("Incorrect Blue count", 0, summaryCount); 137 assertEquals("Incorrect Blue with phones count", 0, summaryWithPhones);
|
/frameworks/base/awt/java/awt/image/ |
IndexColorModel.java | 242 * arrays of red, green, blue, and alpha values. 255 * the array giving the blue components of the entries in the 278 * arrays of red, green, and blue values. 291 * the array giving the blue components of the entries in the 313 * arrays of red, green, and blue values. 326 * the array giving the blue components of the entries in the 456 int blue = rgb & 0xff; local 468 int grey = (red * 77 + green * 150 + blue * 29 + 128) >>> 8; 508 buf = (pix & 0xff) - blue; 780 * Gets the blue component of the color map [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 313 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 318 float blue, 322 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 327 int blue, 355 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) 360 float blue, 364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) 369 int blue, 373 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) 378 boolean blue, [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
EnumMapTest.java | 45 Red, Green, Blue {}; 178 enumColorMap.put(Color.Blue, double1); 182 assertSame("Constructor fails", double1, enumMap.get(Color.Blue)); //$NON-NLS-1$ 216 enumColorMap.put(Color.Blue, 3); 741 c.add(Color.Blue); [all...] |
/frameworks/base/opengl/libagl/ |
dxt.cpp | 54 #define blue(x) ( (x) & 0x1f) macro 237 int b0 = blue(color0); 241 int b1 = blue(color1); 367 int b0 = blue(color0); 371 int b1 = blue(color1); 524 int b0 = blue(color0); 528 int b1 = blue(color1);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 66 Drawable colorDrawable = new ColorDrawable(Color.BLUE); 154 Drawable colorDrawable = new ColorDrawable(Color.BLUE); 191 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; 236 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; 269 Drawable colorDrawable = new ColorDrawable(Color.BLUE); 311 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; 497 ColorDrawable colorDrawable = new ColorDrawable(Color.BLUE); 548 Drawable[] array = new Drawable[] { new BitmapDrawable(), new ColorDrawable(Color.BLUE) }; [all...] |
/frameworks/base/libs/rs/ |
rsScriptC_Lib.cpp | 914 float blue = 0.0f; local 931 blue = pv; 936 blue = pv; 941 blue = tv; 943 case 3: // Blue is the dominant color 946 blue = z; 951 blue = z; 956 blue = qv; 962 rgb[2] = blue; [all...] |
/external/giflib/ |
gifalloc.c | 112 Object->Colors[i + j].Blue); 160 && ColorIn1->Colors[CrntSlot - 1].Blue == 0) 201 Map[j].Red = Map[j].Green = Map[j].Blue = 0;
|
/external/icu4c/ |
icu4c.css | 65 color: blue; 88 color: blue; 107 color: blue;
|
/external/iproute2/ |
RELNOTES | 39 * ZIP! <zip@killerlabs.com> and David Ford <david@blue-labs.org> 41 * David Ford <david@blue-labs.org>, test for compilation with gcc3. 42 * David Ford <david@blue-labs.org>. Damn, I broke rtnl_talk in previous
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_16.asm | 374 and eax,BYTE 11000b ; blue 397 and eax,BYTE 11000b ; blue 471 and eax,BYTE 11000b ; blue
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 126 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 131 float blue, 135 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 140 int blue, 168 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) 173 float blue, 177 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) 182 int blue, 186 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) 191 boolean blue, [all...] |
/ndk/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNIView.java | 64 * that matches it exactly (with regards to red/green/blue/alpha channels 145 * We use a minimum size of 4 bits for red/green/blue, but will 196 // We want an *exact* match for red/green/blue/alpha
|
/build/tools/ |
check_builds.sh | 31 # the same will be blue.
|
/cts/tests/tests/app/src/android/app/cts/ |
NotificationManagerTest.java | 108 sendNotification(2, R.drawable.blue);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ColorStateListTest.java | 93 final int[] colors = new int[] { Color.RED, Color.BLUE };
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapShaderTest.java | 38 private static final int BORDER_COLOR = Color.BLUE;
|
EmbossMaskFilterTest.java | 97 color += Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
|
/cts/tests/tests/text/src/android/text/cts/ |
TextPaintTest.java | 78 textPaintSrc.linkColor = Color.BLUE;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SetWallpaperActivity.java | 45 {Color.BLUE, Color.GREEN, Color.RED, Color.LTGRAY, Color.MAGENTA, Color.CYAN,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 61 mPaint.setColor(Color.BLUE);
|
PathEffects.java | 68 mColors = new int[] { Color.BLACK, Color.RED, Color.BLUE,
|
Patterns.java | 40 p.setColor(Color.BLUE);
|