HomeSort by relevance Sort by last modified time
    Searched refs:Color (Results 351 - 375 of 420) sorted by null

<<11121314151617

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 207 Color backgroundColor;
208 Color currentColor;
447 // no point in caching a solid-color rectangle
732 void GraphicsLayerQt::setBackgroundColor(const Color& c)
794 void GraphicsLayerQt::setContentsBackgroundColor(const Color& color)
798 m_impl->m_pendingContent.contentsBackgroundColor = QColor(color);
799 GraphicsLayer::setContentsBackgroundColor(color);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 227 Color shadowColor;
PlatformContextSkia.cpp 89 // color to produce a new output color.
117 , m_strokeColor(WebCore::Color::black)
440 void PlatformContextSkia::setFillColor(SkColor color)
442 m_state->m_fillColor = color;
596 // pixels would first get the correct color (white * alpha + black * (1 -
598 // modified color and the result would be too dark.
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 104 static RetainPtr<CFTypeRef> cfValue(const Color& color)
106 return RetainPtr<CFTypeRef>(AdoptCF, CGColorCreateGenericRGB(color.red(), color.green(), color.blue(), color.alpha()));
129 void setBackgroundColor(CGColorRef color) { CACFLayerSetBackgroundColor(layer(), color); setNeedsCommit(); } local
132 void setBorderColor(CGColorRef color) { CACFLayerSetBorderColor(layer(), color); setNeedsCommit(); local
    [all...]
WKCACFLayerRenderer.cpp 244 CGColorRef debugColor = createCGColor(Color(255, 0, 0, 204));
  /external/webkit/WebKit/android/jni/
WebViewCore.h 47 class Color;
446 // draw the picture set with the specified background color
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 32 import android.graphics.Color;
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 351 void GraphicsLayerAndroid::setBackgroundColor(const Color& color)
354 GraphicsLayer::setBackgroundColor(color);
355 SkColor c = SkColorSetARGB(color.alpha(), color.red(), color.green(), color.blue());
832 void GraphicsLayerAndroid::setDebugBackgroundColor(const Color& color)
836 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 29 #include "Color.h"
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 722 Color backgroundColor = transparent ? Color::transparent : Color::white;
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 291 static void setLayerBorderColor(PlatformLayer* layer, const Color& color)
293 CGColorRef borderColor = createCGColor(color);
303 static void setLayerBackgroundColor(PlatformLayer* layer, const Color& color)
305 CGColorRef bgColor = createCGColor(color);
623 void GraphicsLayerCA::setBackgroundColor(const Color& color)
625 if (m_backgroundColorSet && m_backgroundColor == color)
628 GraphicsLayer::setBackgroundColor(color);
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 390 static const char* simpleUserAgentStyleSheet = "html,body,div{display:block}body{margin:8px}div:focus,span:focus{outline:auto 5px -webkit-focus-ring-color}a:-webkit-any-link{color:-webkit-link;text-decoration:underline}a:-webkit-any-link:active{color:-webkit-activelink}";
4736 Color color; local
5994 RGBA32 color; member in struct:WebCore::ColorValue
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 77 import org.eclipse.swt.graphics.Color;
138 /** Color used in the error console */
139 private Color mRed;
237 mRed = new Color(display, 0xFF, 0x00, 0x00);
    [all...]
  /external/webkit/WebCore/html/
HTMLBodyElement.cpp 125 Color col = document()->styleSelector()->getColorFromPrimitiveValue(static_cast<CSSPrimitiveValue*>(val.get()));
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 245 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Color, HTMLInputElement::COLOR);
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 54 import android.graphics.Color;
544 * An approximation of the background color of the pinned header. This color
547 * normally used for the background, we will use a solid color, which will
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 31 import android.graphics.Color;
630 * transparent, you can use an empty drawable(eg. ColorDrawable with the color 0).
667 // Color 0 with one alpha bit
822 mWindow.setTitleColor(Color.BLUE);
826 // No way to get title and title color
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 30 import android.graphics.Color;
    [all...]
  /external/webkit/WebCore/page/mac/
FrameMac.mm 416 if (style->color().isValid() && style->color() != Color::black)
417 [result setObject:nsColor(style->color()) forKey:NSForegroundColorAttributeName];
424 [s setShadowColor:nsColor(shadow->color)];
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 28 import android.graphics.Color;
197 * The pattern drawn is correct (i.e draw it in a friendly color)
207 * The pattern is wrong (i.e draw a foreboding color)
266 mPathPaint.setColor(Color.WHITE); // TODO this should be from the style
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectOutputStreamTest.java 479 private static enum Color {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 28 import android.graphics.Color;
512 p.setColor(Color.WHITE);
  /external/skia/src/xml/
SkJSDisplayable.cpp 140 JS_INIT(SkDraw, Color)
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 218 // Need to take care of named color such as green and black
222 m_applyFontColor = Color(rgba).name();
430 // If a node's text fill color is invalid, then its children use
431 // their font-color as their text fill color (they don't
432 // inherit it). Likewise for stroke color.
460 // if alpha value is zero, we don't add the background color.
464 Color color = Color(primitiveValue->getRGBA32Value()) local
    [all...]

Completed in 700 milliseconds

<<11121314151617