HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 176 - 200 of 288) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 22 (LPDIRECT3DRMDEVICE lpDirect3DRMDev, LPVOID lpArg, DWORD dwIndex, LONG red, LONG green, LONG blue);
D3DRMOBJ.H 297 STDMETHOD(SetSceneBackgroundRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
305 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
340 STDMETHOD(SetGroupColorRGB)(THIS_ D3DRMGROUPINDEX id, D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
437 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
448 STDMETHOD(SetVertexColorRGB)(THIS_ DWORD index, D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
481 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 201 color = Color.argb(mAlpha, Color.red(color), Color.green(color), Color.blue(color));
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 369 return CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue()));
374 return CreateSolidBrush(RGB(col.red(), col.green(), col.blue()));
969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue())));
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 216 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
219 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
221 (GLclampf)red,
228 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
231 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
233 (GLclampx)red,
276 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
279 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
281 (GLfloat)red,
288 /* void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) *
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 297 STDMETHOD(SetSceneBackgroundRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
305 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
340 STDMETHOD(SetGroupColorRGB)(THIS_ D3DRMGROUPINDEX id, D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
437 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
448 STDMETHOD(SetVertexColorRGB)(THIS_ DWORD index, D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
481 STDMETHOD(SetColorRGB)(THIS_ D3DVALUE red, D3DVALUE green, D3DVALUE blue) PURE;
  /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...]
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...]
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 117 return "red: "+ryg[0]+", yellow:"+ryg[1]+", green:"+ryg[2]+",coverage:"+coverage;
276 System.out.println("package " + pack.name() + " has " + subStat.getCountFor(0) + " red.");
284 System.out.println("Total has " + stats.getCountFor(0) + " red.");
728 int red = info.getCountFor(VALUE_RED); local
734 // if red > 0 -> red
738 if (red > 0) {
  /external/junit/src/junit/awtui/
TestRunner.java 283 fStatusLine.setForeground(Color.red);
554 fStatusLine.setForeground(Color.red);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmstr.h 462 CARD32 red B32;
477 CARD32 red B32;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 130 c.red = want[i].r << 8;
150 got[i].r = cols[i].red >> 8;
  /external/webkit/WebCore/inspector/front-end/
audits.css 79 #audit-result-view > .pane img.score.red {
  /frameworks/base/opengl/libagl/
state.cpp 565 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
567 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 326 void LayerBase::clearWithOpenGL(const Region& clip, GLclampf red,
332 glColor4f(red,green,blue,alpha);
LayerBuffer.cpp 637 GLclampf red = 0; local
640 mLayer.clearWithOpenGL(clip, red, green, blue, 0);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 194 typedef struct { CARD32 red, green, blue; } rgb; member in struct:__anon13473
196 typedef struct { float red, green, blue; } Gamma; member in struct:__anon13474
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 175 mComponentInfo.icon = R.drawable.red;
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */
  /external/icu4c/test/perf/perldriver/
Output.pm 229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */

Completed in 278 milliseconds

1 2 3 4 5 6 78 91011>>