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

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 44 b1.eraseColor(Color.RED);
58 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
60 assertEquals(0x80, Color.red(lowerLeft), TOLERANCE);
71 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
81 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
  /external/bison/src/
print_graph.c 151 /* Shifts are blue, gotos are green, and error is red. */
153 e.color = red;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 158 float red; /* Red Gamma value */ member in struct:__anon6167
289 unsigned short* /* red array */,
298 unsigned short* /* red array */,
  /external/webkit/WebCore/platform/graphics/
Color.h 92 int red() const { return (m_color >> 16) & 0xFF; } function in class:WebCore::Color
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 89 c = Color(0xff - c.red(), 0xff - c.green(), 0xff - c.blue());
  /external/webkit/WebCore/svg/
SVGGradientElement.cpp 181 stops.append(makeGradientStop(stopOffset, makeRGBA(color.red(), color.green(), color.blue(), int(opacity * 255.))));
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
GLES20.spec 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
17 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
20 void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 590 for ( i=0; i<vinfo.red.length; ++i ) {
592 vformat->Rmask |= (0x00000001<<vinfo.red.offset);
775 fprintf(stderr, "\tred: %d/%d\n", vinfo->red.length, vinfo->red.offset);
965 vinfo.red.length = vinfo.red.offset = 0;
1002 for ( i=0; i<vinfo.red.length; ++i ) {
1004 Rmask |= (0x00000001<<vinfo.red.offset);
    [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/libpng/contrib/visupng/
PngFile.c 194 pBkgColor->red = (byte) pBackground->red;
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 132 pixelColor = Color(lookUpTable[pixelColor.red()],
190 destRows[basex] = pixelColor.red();
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 126 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 17 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray)
20 SkRGBToHSV(red, green, blue, hsv);
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 912 float red = 0.0f; local
928 case 0: // Red is the dominant color
929 red = z;
934 red = qv;
939 red = pv;
944 red = pv;
949 red = tv;
953 case 5: // Red is the dominant color
954 red = z;
960 rgb[0] = red;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 122 int red = (int) (config.r * 255); local
125 int color = Color.argb(alpha, red, green, blue);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/chromium/third_party/icu/
icu4c.css 319 color: red;
325 color: red;
330 color: red;
  /external/icu4c/
icu4c.css 319 color: red;
325 color: red;
330 color: red;
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 91 CGFloat red;
95 [[textColor colorUsingColorSpaceName:NSDeviceRGBColorSpace] getRed:&red green:&green blue:&blue alpha:&alpha];
96 graphicsContext.setFillColor(makeRGBA(red * 255, green * 255, blue * 255, alpha * 255), DeviceColorSpace);
  /frameworks/base/opengl/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 126 // C function void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
129 float red,
135 // C function void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
138 int red,
168 // C function void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
171 float red,
177 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
180 int red,
186 // C function void glColorMask ( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha )
189 boolean red,
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]

Completed in 282 milliseconds

1 2 3 4 56 7 8 91011>>