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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 41 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
Color.h 159 static const RGBA32 white = 0xFFFFFFFF; member in class:WebCore::Color
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 147 static const CGFloat white [] = {1.0, 1.0, 1.0, 1.0}; local
149 CGContextSetFillColor(drawContext, white);
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.cc 30 // 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);
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 55 // Get the white gamma threshold
58 INIT_LOGD(" Setting text white gamma threshold to %s", property);
61 INIT_LOGD(" Using default white black gamma threshold of %d",
74 const float white = pow(v, whiteGamma); local
77 mGammaTable[512 + i] = uint8_t((float)::floor(white * 255.0f + 0.5f));
  /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/Source/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, ColorSpaceDeviceRGB); member in class:WebCore::Color
  /system/extras/tests/framebuffer/
fb_test.c 198 uint16_t white = 0xffff; variable
235 loc[i + j*(stride)] = white;
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java 941 Color white = new Color(Display.getDefault(), 255, 255, 255); local
    [all...]
  /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 777 JToggleButton white = new JToggleButton("On White"); local
778 toggleColorOnSelect(white);
779 white.putClientProperty("JButton.buttonType", "segmentedTextured");
780 white.putClientProperty("JButton.segmentPosition", "first");
781 white.addActionListener(new ActionListener() {
783 layoutView.setBackground(Color.WHITE);
787 group.add(white);
788 buttonsPanel.add(white);
797 layoutView.setForeground(Color.WHITE);
836 JToggleButton white = new JToggleButton("On White"); local
    [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/opencv/cvaux/src/
cvvecfacetracking.cpp 649 double white = 1; local
653 white += histImg[i];
654 power = float(black) / float(2 * white);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 511 "FFFFFF": [[255, 255, 255], [0, 100, 100], "white"]
652 "white": "FFFFFF",
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 577 milliseconds

1 2