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

1 2 3 4 5 6

  /external/mesa3d/docs/
mesa.css 5 color: black;
12 color: black;
18 color: black;
24 color: black;
31 /*color: black;*/
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
ShadowFilter.java 29 private float black; field in class:ShadowFilter
37 black = shadow * 0.5f;
44 effect.setParameter("black", black);
  /cts/tools/signature-tools/templates/
Styles.st 11 a.discreet:link {color: black; text-decoration: none}
12 a.discreet:visited {color: black; text-decoration: none}
13 a.discreet:hover {color: black; text-decoration: underline;}
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.css 24 border-top: 1px solid black;
tracing_controller.css 30 border: 1px solid black;
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 45 // Get the black gamma threshold
48 INIT_LOGD(" Setting text black gamma threshold to %s", property);
51 INIT_LOGD(" Using default text black gamma threshold of %d",
61 INIT_LOGD(" Using default white black gamma threshold of %d",
73 const float black = pow(v, blackGamma); local
76 mBlackGamma[i] = uint8_t((float)::floor(black * 255.0f + 0.5f));
  /development/tools/emulator/system/camera/
EmulatedFakeCameraDevice.cpp 237 bool black = true; local
240 black = false;
242 black = !black;
254 bool current = black;
278 black = !black;
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 69 sendNotification(id, R.drawable.black);
88 sendNotification(id, R.drawable.black);
107 sendNotification(1, R.drawable.black);
  /external/bison/src/
vcg_defaults.h 33 # define G_TEXTCOLOR black
141 # define N_TEXTCOLOR black
162 # define E_COLOR black
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 32 border: 1px solid black;
63 border: 1px solid black;
88 border: 1px solid black;
191 border: 1px solid black;
197 border: 1px solid black;
227 border: 1px solid black;
  /external/junit/src/junit/swingui/
StatusLine.java 30 setForeground(Color.black);
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 46 color: black;
70 color: black;
  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 65 fullscreenStyle->setBackgroundColor(Color::black);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowQt.cpp 114 p.setColor(QPalette::Base, Qt::black);
115 p.setColor(QPalette::Window, Qt::black);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.cpp 45 palette.setColor(QPalette::Base, Qt::black);
46 palette.setColor(QPalette::Background, Qt::black);
  /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;
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 210 // |black| is used to specify whether to return a black icon for display
214 bool black);
216 // |black| is used to specify whether to return a black icon for display
220 bool black);
223 // |black| is used to specify whether to return a black icon for display
227 bool black);
  /external/chromium/chrome/browser/resources/net_internals/
main.css 50 border-left: 1px inset black;
51 border-right: 1px solid black;
204 border: 1px dashed black;
  /external/llvm/docs/
llvm.css 6 .body { color: black; background: white; margin: 0 0 0 0 }
14 table { text-align: center; border: 2px solid black;
27 color: black; background: url("img/lines.gif");
104 .toc-backref { color: black; text-decoration: none; }
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueCache.cpp 34 , m_colorBlack(CSSPrimitiveValue::createColor(Color::black))
65 if (rgbValue == Color::black)
  /external/webkit/Source/WebCore/html/canvas/
CanvasStyle.h 91 CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) {}
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 98 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
100 color = Color::black;
109 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
111 color = Color::black;
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 30 border-bottom: 2px solid black;
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 126 m_element->document()->setFullScreenRendererBackgroundColor(Color::black);
140 m_element->document()->setFullScreenRendererBackgroundColor(Color::black);
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceAlpha.cpp 70 filterContext->fillRect(imageRect, Color::black, ColorSpaceDeviceRGB);

Completed in 364 milliseconds

1 2 3 4 5 6