Searched defs:white (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/skia/gm/
H A Dthinrects.cpp30 SkPaint white; variable
31 white.setColor(SK_ColorWHITE);
32 white.setAntiAlias(true);
41 DrawVertRects(canvas, white);
49 DrawHorizRects(canvas, white);
58 DrawSquares(canvas, white);
H A Dtexdata.cpp46 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
63 gTextureData[offset + y * stride + x] = white;
/external/pixman/demos/
H A Dtrap-test.c17 pixman_color_t white = { 0x0000, 0xffff, 0x0000, 0xffff }; local
33 src_img = pixman_image_create_solid_fill (&white);
H A Dcheckerboard.c38 pixman_color_t white = { local
49 c = &white;
/external/pixman/test/
H A Dregion-test.c28 pixman_color_t white = { local
86 fill = pixman_image_create_solid_fill (&white);
/external/skia/gm/
H A Dthinrects.cpp30 SkPaint white; variable
31 white.setColor(SK_ColorWHITE);
32 white.setAntiAlias(true);
41 DrawVertRects(canvas, white);
49 DrawHorizRects(canvas, white);
58 DrawSquares(canvas, white);
H A Dtexdata.cpp46 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
63 gTextureData[offset + y * stride + x] = white;
/external/lldb/test/pexpect-2.4/examples/
H A Dchess.py80 white = Chess() variable
81 white.child.echo = 1
82 white.child.expect ('Your move is')
83 white.set_depth(2)
84 white.switch()
86 move_white = white.get_first_computer_move()
87 print 'first move white:', move_white
89 white.do_move ('e7e5')
90 move_white = white.get_computer_move()
91 print 'move white
104 white = Chess() variable
[all...]
H A Dchess2.py112 white = Chess() variable
113 white.read_until_cursor (19,60,1)
114 white.switch()
118 white.wait ('Black')
119 move_white = white.get_computer_move(1)
120 LOG ( 'move white:'+ move_white )
127 white.do_move (move_black, 1)
H A Dchess3.py81 white = Chess() variable
82 white.do_move('b2b4')
83 white.read_until_cursor (19,60)
84 c1 = white.term.get_abs(17,58)
85 c2 = white.term.get_abs(17,59)
86 c3 = white.term.get_abs(17,60)
87 c4 = white.term.get_abs(17,61)
91 white.do_move('c2c4')
92 white.read_until_cursor (19,60)
93 c1 = white
111 white = Chess() variable
[all...]
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_ozone_unittest.cc168 // Draw a white rectangle.
182 const SkPMColor white = SkPreMultiplyColor(SK_ColorWHITE); local
187 EXPECT_EQ(white, pixels[i * area.width() + j]);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp41 const RGBA32 Color::white; member in class:blink::Color
309 if (m_color == white)
333 // We use white.
368 // We have a solid color. Convert to an equivalent color that looks the same when blended with white
H A DColor.h130 static const RGBA32 white = 0xFFFFFFFF; member in class:blink::Color
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11mouse.c62 static XColor white = { 0xffff, 0xffff, 0xffff, 0xffff }; local
135 mask_pixmap, &black, &white, hot_x, hot_y);
/external/deqp/framework/common/
H A DtcuRGBA.hpp100 const static RGBA white; member in class:tcu::RGBA
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c160 ggi_pixel white, black; local
/external/chromium_org/third_party/libevent/
H A Devent_rpcgen.py19 white = re.compile(r'^\s+') variable
1052 global white
1057 line = white.sub(' ', line)
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc398 const uint32_t white = MakeBGRA(255, 255, 255, 255); local
402 screen_positions_[i].x, screen_positions_[i].y, white, gray);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c1018 static const GLfloat white[4] = { 0.5, 0.5, 0.5, 0.5 }; local
1022 (gl_constant_value *) white,
/external/lldb/examples/python/
H A Dgdbremote.py162 def white(self, fg = True): member in class:TerminalColors
163 '''Set the foreground or background color to white.
/external/mesa3d/src/mesa/program/
H A Dprogram.c1018 static const GLfloat white[4] = { 0.5, 0.5, 0.5, 0.5 }; local
1022 (gl_constant_value *) white,
/external/pixman/pixman/
H A Dpixman-glyph.c560 static const pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff }; local
562 if (!(white_img = pixman_image_create_solid_fill (&white)))
617 /* Conceptually, for each glyph, (white IN glyph) is PIXMAN_OP_ADDed to an
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc763 SolidColorDrawQuad* white = local
765 white->SetNew(
854 SolidColorDrawQuad* white = local
856 white->SetNew(
923 SolidColorDrawQuad* white = local
925 white->SetNew(
993 SolidColorDrawQuad* white = local
995 white->SetNew(
1247 SolidColorDrawQuad* white = local
1249 white
[all...]
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc401 const uint32_t white = MakeBGRA(255, 255, 255, 255); local
405 screen_positions_[i].x, screen_positions_[i].y, white, gray);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c947 /* Set window color to black to avoid white flash*/
981 RGBColor white = { 0xFFFF, 0xFFFF, 0xFFFF }; local
1004 RGBForeColor (&white);
1151 RGBColor white = { 0xFFFF, 0xFFFF, 0xFFFF }; local
1164 RGBBackColor (&white);

Completed in 6591 milliseconds

12