HomeSort by relevance Sort by last modified time
    Searched full:red (Results 1151 - 1175 of 1814) sorted by null

<<41424344454647484950>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
RawImage.java 91 * Returns the mask value for the red color.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 50 Color.ORANGE, Color.RED, Color.CYAN, Color.PINK, Color.DARK_GRAY};
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 584 mListView.setCacheColorHint(Color.RED);
585 assertEquals(Color.RED, mListView.getCacheColorHint());
586 assertEquals(Color.RED, mListView.getSolidColor());
    [all...]
  /external/libpng/contrib/gregbook/
readpng2.c 433 * takes a pointer to a pointer, and it always returns valid red,
440 mainprog_ptr->bg_red = pBackground->red >> 8;
454 mainprog_ptr->bg_red = (uch)pBackground->red;
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 429 void blendColor(double red, double green, double blue, double alpha);
441 void clearColor(double red, double green, double blue, double alpha);
444 void colorMask(bool red, bool green, bool blue, bool alpha);
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 87 VGuint vgColor = color.red();
630 // something red to a float-clipped rectangle and then painting something
631 // white to the same rectangle will leave some red remnants as it is
  /frameworks/base/opengl/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /external/libpng/
pngwutil.c 616 buf[0] = pal_ptr->red;
628 buf[0] = pal_ptr[i].red;
883 entrybuf[0] = (png_byte)ep->red;
891 png_save_uint_16(entrybuf + 0, ep->red);
905 entrybuf[0] = (png_byte)ep[i].red;
913 png_save_uint_16(entrybuf + 0, ep[i].red);
948 if (sbit->red == 0 || sbit->red > maxbits ||
955 buf[0] = sbit->red;
    [all...]
libpng.3     [all...]
png.h 620 /* Three color definitions. The order of the red, green, and blue, (and the
626 png_byte red; member in struct:png_color_struct
636 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct
646 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct
661 png_uint_16 red; member in struct:png_sPLT_entry_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 797 0x00 - 0x0e evens are the red
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 342 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
345 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
347 (GLclampf)red,
354 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
357 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
359 (GLclampx)red,
402 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
405 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
407 (GLfloat)red,
414 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) *
    [all...]
android_opengl_GLES11Ext.cpp 515 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
518 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
520 (GLclampx)red,
587 /* void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) */
590 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
592 (GLfixed)red,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1306 final int red = 0xff; local
1323 final int red = 0x22; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 512 /* Three color definitions. The order of the red, green, and blue, (and the
518 png_byte red; member in struct:png_color_struct
528 png_uint_16 red; /* for use in red green blue files */ member in struct:png_color_16_struct
538 png_byte red; /* for use in red green blue files */ member in struct:png_color_8_struct
553 png_uint_16 red; member in struct:png_sPLT_entry_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 59 int CGX_SetGamma(_THIS, float red, float green, float blue)
65 int CGX_GetGamma(_THIS, float red, float green, float blue)
88 xcmap[i].red = ramp[0*256+c];
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 469 void blendColor(in double red, in double green, in double blue, in double alpha);
485 void clearColor(in double red, in double green, in double blue, in double alpha);
488 void colorMask(in boolean red, in boolean green, in boolean blue, in boolean alpha);
    [all...]
  /development/apps/launchperf/res/layout/
complex_layout.xml 59 android:background="@color/red"
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 74 // Indicate this by drawing a red background.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List1.java 146 "Reblochon", "Red Leicester", "Regal de la Dombes", "Reggianito", "Remedou",
List9.java 283 "Ragusano", "Raschera", "Reblochon", "Red Leicester",

Completed in 274 milliseconds

<<41424344454647484950>>