HomeSort by relevance Sort by last modified time
    Searched refs:black (Results 76 - 100 of 311) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/framework/common/
tcuRGBA.cpp 35 const RGBA RGBA::black (0x0, 0x0, 0x0, 0xFF);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 235 unsigned long black; local
237 black = (glx_visualinfo->visual == DefaultVisual(SDL_Display,
240 attributes.background_pixel = black;
241 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);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadViewPager.java 101 setBackgroundColor(getResources().getColor(android.R.color.black));
  /sdk/eclipse/scripts/
_mk_icons.sh 5 ./gen_icon.py ${3}.png 16 white black $2 $1
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 786 layoutView.setForeground(Color.BLACK);
792 JToggleButton black = new JToggleButton("On Black"); local
793 toggleColorOnSelect(black);
794 black.putClientProperty("JButton.buttonType", "segmentedTextured");
795 black.putClientProperty("JButton.segmentPosition", "last");
796 black.addActionListener(new ActionListener() {
798 layoutView.setBackground(Color.BLACK);
802 group.add(black);
803 buttonsPanel.add(black);
850 JToggleButton black = new JToggleButton("On Black"); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_setup.css 43 .translucent-black-overlay {
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.css 24 color: black;
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 114 border: 1px solid black;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options_page.css 22 border: 1px solid black;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 26 color: black;
96 color: Black;
107 color: Black;
117 color: Black;
  /external/chromium_org/content/browser/compositor/
software_output_device_ozone_unittest.cc 165 // Clear the background to black.
186 const SkPMColor black = SkPreMultiplyColor(SK_ColorBLACK); local
192 EXPECT_EQ(black, pixels[i * area.width() + j]);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 105 int black = Color.argb(alpha, 0, 0, 0); local
107 new int[] {transparentBlack, white, black, transparentBlack},
212 canvas.drawColor(Color.BLACK);
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 36 "style='border: 1px solid black; display: block; margin: 1em;'>" +
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp 60 return Color::black;
61 RGBA32 rgba = Color::black;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 172 float black[4] = {0, 0, 0, 0}; local
199 //ctx->OMSetBlendState(bs, black, ~0);
217 ctx->ClearRenderTargetView(rtv, black);
  /external/chromium_org/ui/file_manager/video_player/css/
header.css 60 color: black;
video_player.css 7 background: black;
  /external/chromium_org/ui/webui/resources/css/
table.css 94 content: '\25be'; /* BLACK DOWN-POINTING SMALL TRIANGLE */
102 content: '\25b4'; /* BLACK UP-POINTING SMALL TRIANGLE */
109 background-color: black;
tabs.css 72 color: black;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 172 float black[4] = {0, 0, 0, 0}; local
199 //ctx->OMSetBlendState(bs, black, ~0);
217 ctx->ClearRenderTargetView(rtv, black);
  /external/pdfium/fpdfsdk/src/javascript/
color.cpp 33 JS_STATIC_PROP_ENTRY(black)
179 JS_IMPLEMENT_COLORPROP(black, m_crBlack)
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 71 // Get the black gamma threshold
74 INIT_LOGD(" Setting text black gamma threshold to %s", property);
77 INIT_LOGD(" Using default text black gamma threshold of %d",
87 INIT_LOGD(" Using default white black gamma threshold of %d",
174 const float black = pow(v, blackGamma); local
178 mGammaTable[256 + i] = uint8_t((float)::floor(black * 255.0f + 0.5f));
  /system/extras/tests/framebuffer/
fb_test.c 199 uint16_t black = 0x0; variable
252 loc[i + j*(stride)] = black;
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 201 this.compare_x.style.borderColor = "black";
202 this.compare_y.style.borderColor = "black";
272 text += "<li class='bar' style='border: " + border + "px solid black; height:" + height + "px; left:" + left + "; width:" + width + "' id='" + this.name + val + "' value='" + val + "'></li>";
292 this.compare_x.style.borderColor="black";
299 this.compare_y.style.borderColor="black";

Completed in 903 milliseconds

1 2 34 5 6 7 8 91011>>