Searched defs:black (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11mouse.c61 static XColor black = { 0, 0, 0, 0 }; local
88 pixels black since inverted color cursors aren't supported
135 mask_pixmap, &black, &white, hot_x, hot_y);
H A DSDL_x11gl.c228 unsigned long black; local
230 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
233 attributes.background_pixel = black;
234 attributes.border_pixel = black;
/external/webkit/WebCore/platform/graphics/
H A DColor.cpp42 const RGBA32 Color::black; member in class:WebCore::Color
215 if (m_color == black)
226 // Lightened black with alpha.
H A DColor.h136 static const RGBA32 black = 0xFF000000; member in class:WebCore::Color
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
H A DSDL_ggivideo.c160 ggi_pixel white, black; local
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp304 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local
306 SkARGB32_BlitBW(fDevice, mask, clip, black);
367 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local
378 sk_memset32(device, black, count);
/external/webkit/WebCore/platform/graphics/cg/
H A DPathCG.cpp55 CGFloat black[4] = { 0, 0, 0, 1 }; local
56 CGContextSetFillColor(context, black);
57 CGContextSetStrokeColor(context, black);
/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_tree.h62 typedef enum RedBl {red, black} color_type; enumerator in enum:Oscl_Rb_Tree_Node_Base::RedBl
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c498 Uint32 black; local
500 black = SDL_MapRGB(surface->format, 0, 0, 0);
501 SDL_FillRect(surface, NULL, black);
504 SDL_FillRect(surface, NULL, black);
707 /* Clear the surface to black */
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c947 /* Set window color to black to avoid white flash*/
980 RGBColor black = { 0, 0, 0 }; local
1150 RGBColor black = { 0, 0, 0 }; local
1163 RGBForeColor (&black);
/external/bison/src/
H A Dvcg.h59 black = 31 enumerator in enum:color
273 Default is black. */
363 Default is black. */
490 default is black for summary nodes. */
656 255 (on), e.g., 0 0 0 is black and 255 255 255 is white. For instance
780 individually to each edge. But this can yield to a black spot, where
/external/webkit/WebCore/inspector/front-end/
H A DColor.js372 "000000": [[0, 0, 0], [0, 0, 0], "black"],
521 "black": "000000",

Completed in 199 milliseconds