HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 251 - 275 of 297) sorted by null

<<1112

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 501 color = Color(0xff - color.red(), 0xff - color.green(), 0xff - color.blue());
InlineTextBox.cpp 588 c = Color(0xff - c.red(), 0xff - c.green(), 0xff - c.blue());
    [all...]
  /frameworks/base/core/jni/
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...]
android_opengl_GLES20.cpp 236 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
239 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
241 (GLclampf)red,
356 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
359 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
361 (GLclampf)red,
386 /* void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) */
389 (JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) {
391 (GLboolean)red,
    [all...]
android_opengl_GLES11.cpp 313 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
316 (JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) {
318 (GLubyte)red,
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 100 Color premultBlended(blendFunc(anim, premultFrom.red(), premultTo.red(), progress),
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 661 uchar red; /* Blue component of color */ member in struct:__anon6750
674 m_int redPos,redAdjust; /* Red position and adjustment */
822 char redMaskSize; /* Size of direct color red mask */
823 char redFieldPosition; /* Bit posn of lsb of red mask */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 661 uchar red; /* Blue component of color */ member in struct:__anon7049
674 m_int redPos,redAdjust; /* Red position and adjustment */
822 char redMaskSize; /* Size of direct color red mask */
823 char redFieldPosition; /* Bit posn of lsb of red mask */
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 107 <?cs # Show the red box with the deprecated warning ?><?cs
  /external/bison/src/
vcg.c 220 case red: return "red";
  /external/libpng/
pngset.c 867 ((int)trans_values->red > sample_max ||
    [all...]
pngtest.c 1132 ((int)trans_values->red > sample_max |
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 262 dummycolour.red = 0;
520 000000000011111 = Red = 0x1F
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 355 SkColor c = SkColorSetARGB(color.alpha(), color.red(), color.green(), color.blue());
  /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
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 928 p.painter->setPen(Qt::red);
  /frameworks/base/tools/aapt/
Images.cpp 808 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 579 gl.glColor4f(Color.red(color) * alpha, Color.green(color) * alpha,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 184 CARD16 red B16, green B16, blue B16;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 632 color: red;
766 color: red;
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 2305 final Account red = new Account("red", "red"); local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 550 were coming in. Similarly for the red line and C activity.
574 red point (representing 8 blocks per IO), whereas the other two had
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]

Completed in 1835 milliseconds

<<1112