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

<<41424344454647484950>>

  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /packages/apps/IM/libwbxml/src/gperf/
csp13values.gperf 158 Red, 0x85
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 45 Color.ORANGE, Color.RED};
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 95 g.setColor(Color.RED);
  /system/core/debuggerd/
debuggerd.c 591 write_string("/sys/class/leds/red/brightness", "0");
594 write_string("/sys/class/leds/red/device/blink", "0");
603 write_string("/sys/class/leds/red/brightness", "255");
612 write_string("/sys/class/leds/red/brightness", "0");
  /frameworks/base/awt/java/awt/image/
ComponentColorModel.java 539 int red = (rgb >> 16) & 0xff; local
548 red = to_LINEAR_8RGB_LUT[red] & 0xff;
552 red = to_LINEAR_16RGB_LUT[red] & 0xffff;
557 comp[0] = red / fFactor;
571 comp[0] = red / fFactor;
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 71 float red, green, blue, alpha; local
72 col.getRGBA(red, green, blue, alpha);
73 cairo_set_source_rgba(cr, red, green, blue, alpha);
644 Color ringColor(color.red(), color.green(), color.blue(), 127);
686 // Convention is green for grammar, red for spelling
    [all...]
  /frameworks/base/core/res/res/values-es-rUS/
strings.xml 158 <string name="permgrouplab_network" msgid="5808983377727109831">"Comunicación de red"</string>
159 <string name="permgroupdesc_network" msgid="5035763698958415998">"Admite aplicaciones que acceden a varias funciones de red."</string>
    [all...]
  /external/jhead/
exif.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 479 pal_ptr->red = buf[0];
490 palette[i].red = buf[0];
707 png_ptr->sig_bit.red = buf[0];
715 png_ptr->sig_bit.red = buf[0];
793 png_warning(png_ptr, "Invalid cHRM red point");
    [all...]
pngwutil.c 585 buf[0] = pal_ptr->red;
595 buf[0] = pal_ptr[i].red;
837 entrybuf[0] = (png_byte)ep->red;
845 png_save_uint_16(entrybuf + 0, ep->red);
859 entrybuf[0] = (png_byte)ep[i].red;
867 png_save_uint_16(entrybuf + 0, ep[i].red);
901 if (sbit->red == 0 || sbit->red > maxbits ||
908 buf[0] = sbit->red;
970 png_warning(png_ptr, "Invalid cHRM red point specified")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
SDL_x11wm.c 130 c.red = want[i].r << 8;
150 got[i].r = cols[i].red >> 8;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 381 // C function void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
384 float red,
449 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
452 float red,
470 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
473 boolean red,
    [all...]
  /external/libpng/
libpng-1.2.44.txt 648 red, green, and blue channels,
673 valid 16-bit red, green and blue
    [all...]
pngrutil.c 571 pal_ptr->red = buf[0];
582 palette[i].red = buf[0];
800 png_ptr->sig_bit.red = buf[0];
808 png_ptr->sig_bit.red = buf[0];
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 154 assertColorFillRect(bmp, 0, 0, 4, 4, Color.RED);
165 assertColorFillRect(bmp, 0, 0, 1, 1, Color.RED);
  /dalvik/libcore/text/src/main/java/java/text/
DecimalFormat.java 49 * <strong><font color="red">NEW</font></strong>.</strong>
159 * <td><strong><font color="red">NEW</font>&nbsp;</strong> Significant
197 * <td><strong><font color="red">NEW</font>&nbsp;</strong> Prefix
239 * <td><strong><font color="red">NEW</font>&nbsp;</strong> Pad escape,
316 * <li><font color="red"><strong>NEW</strong>&nbsp;</font> Two
322 * <li> <strong><font color="red">NEW</font>&nbsp;</strong> The pad
425 * <h4> <strong><font color="red">NEW</font>&nbsp;</strong> Significant
508 * <h4> <strong><font color="red">NEW</font>&nbsp;</strong> Padding</h4>
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 35 GLColor red = new GLColor(one, 0, 0); local
104 mCubes[i].setFaceColor(Cube.kBottom, red);
  /external/elfutils/
config.status 262 This file was extended by Red Hat elfutils $as_me 0.97, which was
305 Red Hat elfutils config.status 0.97
479 s,@PACKAGE_NAME@,Red Hat elfutils,;t t
482 s,@PACKAGE_STRING@,Red Hat elfutils 0.97,;t t
891 ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"Red Hat elfutils"${ac_dD}
894 ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"Red Hat elfutils 0.97"${ac_dD}
916 ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"Red Hat elfutils"${ac_uD}
919 ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"Red Hat elfutils 0.97"${ac_uD}
    [all...]
  /external/elfutils/lib/
Makefile 127 PACKAGE_NAME = Red Hat elfutils
128 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libcpu/
Makefile 123 PACKAGE_NAME = Red Hat elfutils
124 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/junit/src/junit/awtui/
TestRunner.java 283 fStatusLine.setForeground(Color.red);
554 fStatusLine.setForeground(Color.red);

Completed in 242 milliseconds

<<41424344454647484950>>