Searched refs:red (Results 126 - 150 of 545) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des1_conversion.h5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/mesa3d/src/mesa/main/
H A Des1_conversion.h5 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
17 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
20 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css98 color: red;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DShortcutHelper.java126 int red, int green, int blue, boolean isWebappCapable, int orientation) {
162 icon, red, green, blue));
125 addShortcut(Context context, String url, String title, Bitmap icon, int red, int green, int blue, boolean isWebappCapable, int orientation) argument
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
H A Dnetwork_ui.css78 color: red;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.css65 color: red;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewReadbackTest.java46 int deltaR = Math.abs(Color.red(actual) - Color.red(expected));
/external/chromium_org/ppapi/api/
H A Dppb_compositor_layer.idl66 * param[in] red A <code>float</code> for the red color component. It will be
80 [in] float_t red,
/external/chromium_org/ppapi/thunk/
H A Dppb_compositor_layer_thunk.cc27 float red,
36 return enter.object()->SetColor(red, green, blue, alpha, size);
26 SetColor(PP_Resource layer, float red, float green, float blue, float alpha, const struct PP_Size* size) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.css82 background-color: red;
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec177 RGB red green blue
178 RGBA red green blue alpha
179 BGRA blue green red alpha
180 ABGR_EXT alpha blue green red
/external/chromium_org/third_party/skia/gm/
H A Dtexdata.cpp47 static const SkPMColor red = SkPackARGB32(0x80, 0x80, 0x00, 0x00); local
124 ((x + y) % 2) ? (i ? green : red) : blue;
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dindex.css10 color: red;
/external/libvterm/src/
H A Dvterm_internal.h32 return a.red == b.red && a.green == b.green && a.blue == b.blue;
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec177 RGB red green blue
178 RGBA red green blue alpha
179 BGRA blue green red alpha
180 ABGR_EXT alpha blue green red
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h64 Uint32 red, green, blue, alpha; /* Screen components */ member in struct:SDL_PrivateVideoData
110 #define VDI_redmask (this->hidden->red)
/external/skia/gm/
H A Dtexdata.cpp47 static const SkPMColor red = SkPackARGB32(0x80, 0x80, 0x00, 0x00); local
124 ((x + y) % 2) ? (i ? green : red) : blue;
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.h51 virtual int32_t SetColor(float red,
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.h36 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha);
/external/chromium_org/third_party/skia/tools/
H A Dskpmaker.cpp24 DEFINE_int32(red, 128, "Value of red color channel in image, 0-255.");
66 SkDebugf("--red must be within range [0,255]\n");
/external/deqp/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp217 const float red = rnd.getFloat(); local
222 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage;
225 GLU_CHECK_CALL(glClearColor(red, green, blue, alpha));
231 reference.getLevel(0).setPixel(tcu::Vec4(red, green, blue, alpha), x, y);
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/replicaisland/tools/
H A DExtractPoints.js197 black.rgb.red = 0;
202 redColor.rgb.red = 255;
207 greenColor.rgb.red = 0;
212 blueColor.rgb.red = 0;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h31 T red; member in struct:gl::Color
36 Color() : red(0), green(0), blue(0), alpha(0) { }
37 Color(T r, T g, T b, T a) : red(r), green(g), blue(b), alpha(a) { }

Completed in 633 milliseconds

1234567891011>>