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

1 2

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
HighlightFilter.java 26 private float white; field in class:HighlightFilter
34 white = 1f - highlight * 0.5f;
40 ImageUtils.nativeWhiteBlack(src.bitmap(), dst.bitmap(), white, 0f); local
  /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);
  /external/skia/gm/
texdata.cpp 42 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); local
59 gTextureData[offset + y * stride + x] = 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 951 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 84 // draw white background
188 Color white= display.getSystemColor(SWT.COLOR_WHITE); local
242 gc.setBackground(white);
  /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 1030 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 = 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",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 652 milliseconds

1 2