HomeSort by relevance Sort by last modified time
    Searched refs:black (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 476 painter->fillRect(rect, Qt::black);
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 248 [self _document]->setFullScreenRendererBackgroundColor(Color::black);
277 [self _document]->setFullScreenRendererBackgroundColor(Color::black);
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 155 background-color: black;
185 color: black;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 189 mTextures[5] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.black,
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 748 R.drawable.animated, R.drawable.black,
750 R.drawable.animated, R.drawable.black,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 278 // draw black rectangle around list
280 Color black = getDisplay().getSystemColor(SWT.COLOR_BLACK); local
281 event.gc.setForeground(black);
  /external/openssh/openbsd-compat/
sys-tree.h 34 * splay trees and red-black trees.
48 * A red-black tree is a binary search tree with the node color as an
51 * same number of black nodes,
52 * - each red node (except for the root) has a black parent,
53 * - each leaf node is black.
55 * Every operation on a red-black tree is bounded as O(lg n).
56 * The maximum height of a red-black tree is 2lg (n+1).
292 /* Macros that define a red-black tree */
328 #define RB_SET_BLACKRED(black, red, field) do { \
329 RB_COLOR(black, field) = RB_BLACK;
    [all...]
  /external/qemu/
sys-tree.h 43 * splay trees and red-black trees.
57 * A red-black tree is a binary search tree with the node color as an
60 * same number of black nodes,
61 * - each red node (except for the root) has a black parent,
62 * - each leaf node is black.
64 * Every operation on a red-black tree is bounded as O(lg n).
65 * The maximum height of a red-black tree is 2lg (n+1).
301 /* Macros that define a red-black tree */
337 #define RB_SET_BLACKRED(black, red, field) do { \
338 RB_COLOR(black, field) = RB_BLACK;
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 198 return Color::black;
203 return Color::black;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 93 void SharedBitmap::resetPixels(bool black)
99 if (black) {
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 648 double black = 1; local
651 black += histImg[i];
654 power = float(black) / float(2 * white);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 173 hud.setFadeTexture(longTermTextureLibrary.allocateTexture(R.drawable.black));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-209067.js 177 s += '.aoltextad { text-align: justify; font-size: 12px; color: black; font-family: Georgia, sans-serif }';
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 198 : m_strokeStyle(CanvasStyle::createFromRGBA(Color::black))
199 , m_fillStyle(CanvasStyle::createFromRGBA(Color::black))
    [all...]
WebGLRenderingContext.cpp 4101 unsigned char black[] = {0, 0, 0, 255}; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 131 cg.setFillColor(Color::black, ColorSpaceDeviceRGB);
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 57 // The explicit check for black is an optimization for the 99% case (black on white).
58 // This also means that black on black will turn into grey on black when disabled.
60 if (textColor.rgb() == Color::black || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
RenderThemeChromiumSkia.cpp 138 return Color::black;
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 221 painter.fillRect(option.exposedRect, Qt::black);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 116 // by overlaying it with a semi-transparent black layer. To use, ensure that
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 485 ; in black/white/both order. Note that we have to reload this here because
  /external/v8/benchmarks/spinning-balls/
v.js 289 this.ctx.strokeStyle = "black";
  /external/bison/src/
vcg.c 249 case black: return "black";
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 890 gc.setForeground(IColorConstants.black);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 137 , fillColor(Color::black)
    [all...]

Completed in 813 milliseconds

1 2 3 45 6 7