HomeSort by relevance Sort by last modified time
    Searched defs:white (Results 1 - 22 of 22) sorted by null

  /external/webkit/WebCore/platform/graphics/
Color.cpp 43 const RGBA32 Color::white; member in class:WebCore::Color
240 if (m_color == white)
259 // We use white.
294 // We have a solid color. Convert to an equivalent color that looks the same when blended with white
Color.h 137 static const RGBA32 white = 0xFFFFFFFF; member in class:WebCore::Color
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 151 static const CGFloat white [] = {1.0, 1.0, 1.0, 1.0}; local
153 CGContextSetFillColor(drawContext, white);
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 160 ggi_pixel white, black; local
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 62 static XColor white = { 0xffff, 0xffff, 0xffff, 0xffff }; local
135 mask_pixmap, &black, &white, hot_x, hot_y);
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 268 // Fall through to filling with white.
278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, DeviceColorSpace); member in class:WebCore::Color
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 40 GLColor white = new GLColor(one, one, one); local
110 mCubes[i].setFaceColor(Cube.kRight, white);
  /external/chromium/third_party/libevent/
event_rpcgen.py 19 white = re.compile(r'^\s+') variable
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 947 /* 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
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 756 JToggleButton white = new JToggleButton("On White"); local
757 toggleColorOnSelect(white);
758 white.putClientProperty("JButton.buttonType", "segmentedTextured");
759 white.putClientProperty("JButton.segmentPosition", "first");
760 white.addActionListener(new ActionListener() {
762 layoutView.setBackground(Color.WHITE);
766 group.add(white);
767 buttonsPanel.add(white);
776 layoutView.setForeground(Color.WHITE);
815 JToggleButton white = new JToggleButton("On White"); local
    [all...]
  /dalvik/vm/alloc/
Copying.c 344 * shaded a white object gray. We enqueue the block so
1060 * Clears reference objects with white referents.
1082 /* Referent is white, clear it. */
1110 bool white; local
1125 white = false;
1127 white = fromSpaceContains(referent);
1129 if (!white && ((++counter) & 1)) {
1130 /* Referent is white and biased toward saving, gray it. */
1132 white = true;
1134 if (white) {
    [all...]
  /external/bison/src/
vcg.h 28 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
    [all...]
  /external/dnsmasq/src/
option.c 2582 int white; local
    [all...]
  /external/libxml2/
catalog.c 1033 int white; local
1041 white = 1;
1044 white = 0;
1045 else if (*p == 0x20 && !white)
1046 white = 1;
1050 if (ok && !white) /* is normalized */
1055 white = 0;
1059 white = 1;
1061 if (white) {
1063 white = 0
    [all...]
  /external/webkit/WebCore/inspector/front-end/
Color.js 509 "FFFFFF": [[255, 255, 255], [0, 100, 100], "white"]
650 "white": "FFFFFF",
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 391 milliseconds