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

  /external/webkit/WebCore/platform/graphics/
Color.cpp 42 const RGBA32 Color::black; member in class:WebCore::Color
215 if (m_color == black)
226 // Lightened black with alpha.
Color.h 136 static const RGBA32 black = 0xFF000000; member in class:WebCore::Color
  /frameworks/base/opengl/java/android/opengl/
Material.java 38 private static float[] black = { 0.0f, 0.0f, 0.0f, 1.0f }; field in class:Material
71 // gl.glMaterialfv(gl.GL_FRONT_AND_BACK, gl.GL_SPECULAR, black, 0);
  /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_x11gl.c 228 unsigned long black; local
230 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
233 attributes.background_pixel = black;
234 attributes.border_pixel = black;
SDL_x11mouse.c 61 static XColor black = { 0, 0, 0, 0 }; local
88 pixels black since inverted color cursors aren't supported
135 mask_pixmap, &black, &white, hot_x, hot_y);
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 304 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local
306 SkARGB32_BlitBW(fDevice, mask, clip, black);
367 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local
378 sk_memset32(device, black, count);
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 55 CGFloat black[4] = { 0, 0, 0, 1 }; local
56 CGContextSetFillColor(context, black);
57 CGContextSetStrokeColor(context, black);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 41 GLColor black = new GLColor(0, 0, 0); local
90 // set all faces black by default
95 cube.setFaceColor(j, black);
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 173 int black[] = new int[1024]; local
180 a.subData(0, 0, 2, size, black);
181 a.subData(size-2, 0, 2, size, black);
182 a.subData(0, 0, size, 2, black);
183 a.subData(0, size-2, size, 2, black);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 498 Uint32 black; local
500 black = SDL_MapRGB(surface->format, 0, 0, 0);
501 SDL_FillRect(surface, NULL, black);
504 SDL_FillRect(surface, NULL, black);
707 /* Clear the surface to black */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 947 /* Set window color to black to avoid white flash*/
980 RGBColor black = { 0, 0, 0 }; local
1150 RGBColor black = { 0, 0, 0 }; local
    [all...]
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp 392 bool black = true; local
395 black = false;
397 black = !black;
404 bool current = black;
414 black = !black;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 763 layoutView.setForeground(Color.BLACK);
769 JToggleButton black = new JToggleButton("On Black"); local
770 toggleColorOnSelect(black);
771 black.putClientProperty("JButton.buttonType", "segmentedTextured");
772 black.putClientProperty("JButton.segmentPosition", "last");
773 black.addActionListener(new ActionListener() {
775 layoutView.setBackground(Color.BLACK);
779 group.add(black);
780 buttonsPanel.add(black);
827 JToggleButton black = new JToggleButton("On Black"); local
    [all...]
  /external/bison/src/
vcg.h 59 black = 31 enumerator in enum:color
273 Default is black. */
363 Default is black. */
490 default is black for summary nodes. */
656 255 (on), e.g., 0 0 0 is black and 255 255 255 is white. For instance
780 individually to each edge. But this can yield to a black spot, where
    [all...]
  /external/webkit/WebCore/inspector/front-end/
Color.js 372 "000000": [[0, 0, 0], [0, 0, 0], "black"],
521 "black": "000000",
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /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 923 milliseconds