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

12

/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.cpp48 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
65 gTextureData[offset + y * stride + x] = white;
/external/chromium/chrome/browser/ui/gtk/
H A Dsad_tab_gtk.cc30 // Construct a centered GtkLabel with a white foreground.
43 // Set text to white.
44 GdkColor white = gtk_util::kGdkWhite; local
45 gtk_widget_modify_fg(label, GTK_STATE_NORMAL, &white);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dsad_tab_gtk.cc34 // Construct a centered GtkLabel with a white foreground.
47 // Set text to white.
48 GdkColor white = ui::kGdkWhite; local
49 gtk_widget_modify_fg(label, GTK_STATE_NORMAL, &white);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp41 const RGBA32 Color::white; member in class:WebCore::Color
298 if (m_color == white)
317 // We use white.
352 // We have a solid color. Convert to an equivalent color that looks the same when blended with white
H A DColor.h125 static const RGBA32 white = 0xFFFFFFFF; member in class:WebCore::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/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c160 ggi_pixel white, black; local
/external/chromium/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/third_party/WebKit/Source/platform/graphics/win/
H A DTransparencyWin.cpp264 // Fall through to filling with white.
274 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white); member in class:WebCore::Color
/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/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm686 white(); # remove head white space
706 white(); # remove tail white space
724 white();
843 sub white { subroutine
900 white();
911 white();
928 white();
950 white();
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm686 white(); # remove head white space
706 white(); # remove tail white space
724 white();
843 sub white { subroutine
900 white();
911 white();
928 white();
950 white();
[all...]
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm686 white(); # remove head white space
706 white(); # remove tail white space
724 white();
843 sub white { subroutine
900 white();
911 white();
928 white();
950 white();
[all...]
/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/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.cc585 scoped_ptr<SolidColorDrawQuad> white = SolidColorDrawQuad::Create(); local
586 white->SetNew(blank_state.get(),
593 child_pass->quad_list.push_back(white.PassAs<DrawQuad>());
686 scoped_ptr<SolidColorDrawQuad> white = SolidColorDrawQuad::Create(); local
687 white->SetNew(blank_state.get(),
694 child_pass->quad_list.push_back(white.PassAs<DrawQuad>());
765 scoped_ptr<SolidColorDrawQuad> white = SolidColorDrawQuad::Create(); local
766 white->SetNew(blank_state.get(),
773 child_pass->quad_list.push_back(white.PassAs<DrawQuad>());
845 scoped_ptr<SolidColorDrawQuad> white local
1122 scoped_ptr<SolidColorDrawQuad> white = SolidColorDrawQuad::Create(); local
[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);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java87 public static final int white = nextId++; field in class:R.color

Completed in 890 milliseconds

12