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

<<41424344454647484950>>

  /external/qemu/memcheck/
memcheck_mmrange_map.h 14 * Contains declarations of structures and routines that implement a red-black
  /external/qemu/
vnc.h 6 * Copyright (C) 2009 Red Hat, Inc
  /external/quake/quake/src/QW/
qw2do.txt 78 x- colored lighting for powerups (blue for quad, red for 666, etc.)
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 84 int red_width; // the # of bits in the red component (+31)
85 int red_pos; // the bit position of the red component (+32)
566 printf(" red width = %d\n", modeinfo.red_width);
567 printf(" red pos = %d\n", modeinfo.red_pos);
  /external/skia/src/images/
SkMovie_gif.cpp 173 colorPtr[index] = SkPackARGB32(0xFF, cmap->Colors[index].Red,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
call-001.js 56 var cnRed = 'red';
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-96284-001.js 106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42};
regress-96284-002.js 106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42};
  /external/webkit/WebCore/inspector/front-end/
AuditResultView.js 90 var className = (ruleResult.type == WebInspector.AuditRuleResult.Type.Violation) ? "red" : "green";
  /external/webkit/WebCore/manual-tests/
animate-none.html 51 background-color: red;
  /external/webkit/WebCore/platform/graphics/
Color.h 92 int red() const { return (m_color >> 16) & 0xFF; } function in class:WebCore::Color
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 126 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 213 cairo_set_source_rgba(cr, color.Red()/255.0, color.Green()/255.0, color.Blue()/255.0, color.Alpha()/255.0);
  /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.))));
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDisplacementMap.cpp 143 ts << "RED"; break;
  /external/webkit/WebKitTools/Scripts/webkitpy/
buildbot.py 51 # red we should not be landing patches. Other builders should be added
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 231 red
  /frameworks/base/awt/java/awt/image/
BufferedImage.java 79 * components, BGR color model (with the colors Blue, Green, and Red). There
86 * components, BGR color model (with the colors Blue, Green, and Red stored
108 * components (5-bits red, 6-bits green, 5-bits blue) with no alpha. This
115 * components (5-bits red, 5-bits green, 5-bits blue) with no alpha. This
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 158 mPainter.setColor(Color.RED);
  /frameworks/base/docs/html/resources/tutorials/views/
hello-linearlayout.jd 29 android:text="red"
  /frameworks/base/opengl/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);
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 275 // C function void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
278 int red,
305 // C function void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
308 int red,
    [all...]
  /ndk/build/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);
  /ndk/build/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);

Completed in 530 milliseconds

<<41424344454647484950>>