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

/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/skia/gm/
H A Dtexdata.cpp42 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
59 gTextureData[offset + y * stride + x] = white;
/external/webkit/Source/WebCore/platform/win/
H A DDragImageCGWin.cpp147 static const CGFloat white [] = {1.0, 1.0, 1.0, 1.0}; local
149 CGContextSetFillColor(drawContext, white);
/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/webkit/Source/WebCore/platform/graphics/
H A DColor.cpp41 const RGBA32 Color::white; member in class:WebCore::Color
277 if (m_color == white)
296 // We use white.
331 // We have a solid color. Convert to an equivalent color that looks the same when blended with white
H A DColor.h159 static const RGBA32 white = 0xFFFFFFFF; member in class:WebCore::Color
/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/webkit/Source/WebCore/platform/graphics/chromium/
H A DTransparencyWin.cpp268 // Fall through to filling with white.
278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, ColorSpaceDeviceRGB); member in class:WebCore::Color
/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/bison/src/
H A Dvcg.h28 white = 0, enumerator in enum:color
261 node is white. For the possibilities, see the attribute color for
267 Default is white or transparent, */
484 Default is white for background and white or transparent for summary
656 255 (on), e.g., 0 0 0 is black and 255 255 255 is white. For instance
/external/dnsmasq/src/
H A Doption.c2582 int white; local
2600 for (white = 1, lastquote = 0, p = buff; *p; p++)
2635 if (white && *p == '#')
2640 white = isspace((int)unhide_meta(*p));
/external/libxml2/
H A Dcatalog.c1030 int white; local
1038 white = 1;
1041 white = 0;
1042 else if (*p == 0x20 && !white)
1043 white = 1;
1047 if (ok && !white) /* is normalized */
1052 white = 0;
1056 white = 1;
1058 if (white) {
1060 white
[all...]
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp649 double white = 1; local
653 white += histImg[i];
654 power = float(black) / float(2 * white);
/external/webkit/Source/WebCore/inspector/front-end/
H A DColor.js511 "FFFFFF": [[255, 255, 255], [0, 100, 100], "white"]
652 "white": "FFFFFF",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds