HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 276 - 300 of 429) sorted by null

<<1112131415161718

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 56 mState.blendColor.red = 0;
341 void Context::setClearColor(float red, float green, float blue, float alpha)
343 mState.colorClearValue.red = red;
449 void Context::setBlendColor(float red, float green, float blue, float alpha)
451 if (mState.blendColor.red != red ||
456 mState.blendColor.red = red;
691 void Context::setColorMask(bool red, bool green, bool blue, bool alpha
    [all...]
Texture.cpp 1026 unsigned char red = source[x * 2 + 1] & 0xF8; local
1046 unsigned char red = source[x * 2 + 1] & 0x7C; local
1059 unsigned char red = source[x * 2 + 1] & 0x7C; local
    [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/quake/quake/src/WinQuake/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/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 448 int r = Color.red(actual) - Color.red(exp);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 217 base_color->red, base_color->green, base_color->blue);
252 color->red, color->green, color->blue);
autocomplete_popup_view_gtk_unittest.cc 154 pango_attr_foreground_new(color.red,
  /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/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 320 float color = 1.0 - ((((float) backgroundColor.red() / 255.0) +
325 glClearColor((float)backgroundColor.red() / 255.0,
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 255 paintingData.colorVector = FloatPoint3D(m_lightingColor.red(), m_lightingColor.green(), m_lightingColor.blue());
422 floatArguments.colorRed = m_lightingColor.red();
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 230 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 539 bool WebFrame::getDocumentBackgroundColor(double* red, double* green, double* blue, double* alpha)
560 color.getRGBA(*red, *green, *blue, *alpha);
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 27 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray)
30 SkRGBToHSV(red, green, blue, hsv);
  /frameworks/base/opengl/libagl/
state.cpp 568 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
570 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 383 void LayerBase::clearWithOpenGL(const Region& clip, GLclampf red,
389 glColor4f(red,green,blue,alpha);
  /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:__anon21527
196 typedef struct { float red, green, blue; } Gamma; member in struct:__anon21528
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 547 bg.red, bg.green, bg.blue,
548 fg.red, fg.green, fg.blue);
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 175 mComponentInfo.icon = R.drawable.red;
  /development/ndk/platforms/android-4/include/GLES/
glext.h 530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
570 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
573 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h 564 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
567 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
604 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
607 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */

Completed in 3575 milliseconds

<<1112131415161718