Searched defs:backgroundColor (Results 1 - 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/page/chromium/
H A DFrameChromium.cpp45 , backgroundColor(frame->view()->baseBackgroundColor())
54 frame->view()->setBaseBackgroundColor(backgroundColor);
61 Color backgroundColor; member in struct:WebCore::__anon15857::ScopedState
/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java36 private final Color backgroundColor; field in class:BufferedSprite
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
86 BufferedSprite(int bufferX, int bufferY, Image bufferImage, Color backgroundColor, Sprite sprite, VariableInt x, VariableInt y) argument
/external/webkit/Source/WebCore/platform/
H A DPopupMenuStyle.h51 const Color& backgroundColor() const { return m_backgroundColor; } function in class:WebCore::PopupMenuStyle
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.cpp102 QColor backgroundColor = QApplication::palette().color(QPalette::Base); local
107 p.setBrush(QPalette::Base, backgroundColor);
113 gradient.setColorAt((double) m_progress / 100 + 0.001, backgroundColor);
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformThemeChromiumGtk.cpp117 SkColor backgroundColor = buttonColor; local
131 paint.setColor(backgroundColor);
H A DPlatformBridge.h315 unsigned backgroundColor; member in struct:WebCore::PlatformBridge::ButtonExtraParams
321 unsigned backgroundColor; member in struct:WebCore::PlatformBridge::TextFieldExtraParams
329 unsigned backgroundColor; member in struct:WebCore::PlatformBridge::MenuListExtraParams
/external/webkit/Source/WebKit/android/
H A DRenderSkinMediaButton.cpp122 SkColor backgroundColor = SkColorSetARGB(alpha, 34, 34, 34); local
124 paint.setColor(backgroundColor);
136 paint.setColor(backgroundColor);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp47 virtual QColor backgroundColor() const { return d ? QColor(d->menuStyle().backgroundColor()) : QColor(); } function in class:SelectData
49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp191 const Color& backgroundColor)
214 PureColorQuadData backgroundData(backgroundColor, BaseQuad,
255 const Color& backgroundColor)
279 PureColorQuadData backgroundData(backgroundColor, BaseQuad,
312 Color backgroundColor = Color((int)SkColorGetR(m_backgroundColor), local
319 origin, backgroundColor);
323 origin, backgroundColor);
186 drawSimpleQuad(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument
250 drawRepeatedGrid(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp45 void backgroundColor();
495 void tst_QDeclarativeWebView::backgroundColor() function in class:tst_QDeclarativeWebView
503 QCOMPARE(wv->property("backgroundColor").value<QColor>(), QColor(Qt::red));
517 wv->setProperty("backgroundColor", Qt::red);
519 wv->setProperty("backgroundColor", Qt::green);
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp190 QColor backgroundColor = QApplication::palette().color(QPalette::Base); local
195 pallete.setBrush(QPalette::Base, backgroundColor);
201 gradient.setColorAt((double) progress / 100 + 0.001, backgroundColor);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp180 Color backgroundColor = renderer()->selectionBackgroundColor();
181 if (!backgroundColor.isValid() || !backgroundColor.alpha())
234 paintInfo.context->setFillColor(backgroundColor, style->colorSpace());
235 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor, style->colorSpace()); local
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h92 WebColor backgroundColor; member in struct:WebKit::WebThemeEngine::ButtonExtraParams
99 WebColor backgroundColor; member in struct:WebKit::WebThemeEngine::TextFieldExtraParams
108 WebColor backgroundColor; member in struct:WebKit::WebThemeEngine::MenuListExtraParams
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h85 Color backgroundColor() const { return m_backgroundColor; } function in class:WebCore::LayerChromium
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h93 Color backgroundColor; member in struct:WebCore::TextureMapperNode::ContentData
209 Color backgroundColor; member in struct:WebCore::TextureMapperNode::State
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp442 Color backgroundColor; local
444 backgroundColor = element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor);
446 if (!backgroundColor.hasAlpha())
447 return backgroundColor;
450 backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);
451 if (!backgroundColor.hasAlpha())
452 return backgroundColor;
455 return Color(Color::white).blend(backgroundColor);
H A DRenderTheme.cpp72 bool UAHasAppearance, const BorderData& border, const FillLayer& background, const Color& backgroundColor)
84 if (UAHasAppearance && isControlStyled(style, border, background, backgroundColor)) {
651 const Color& backgroundColor) const
673 style->visitedDependentColor(CSSPropertyBackgroundColor) != backgroundColor);
71 adjustStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e, bool UAHasAppearance, const BorderData& border, const FillLayer& background, const Color& backgroundColor) argument
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.h117 NSColor *backgroundColor; variable
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp710 RefPtr<CSSValue> backgroundColor = m_mutableStyle->getPropertyCSSValue(CSSPropertyBackgroundColor); local
711 if (backgroundColor && backgroundColor->isPrimitiveValue()
712 && !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->getRGBA32Value())) {
/external/webkit/Source/WebCore/page/
H A DFrame.cpp842 const Color& backgroundColor, bool transparent,
869 if (backgroundColor.isValid())
870 frameView->updateBackgroundRecursively(backgroundColor, transparent);
841 createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, const IntSize& fixedLayoutSize, bool useFixedLayout, ScrollbarMode horizontalScrollbarMode, bool horizontalLock, ScrollbarMode verticalScrollbarMode, bool verticalLock) argument
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp436 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to) argument
441 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor, colorSpace);
H A DGraphicsLayer.h269 const Color& backgroundColor() const { return m_backgroundColor; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp649 const Color& backgroundColor,
657 platformContext()->drawHighlightForText(font, run, point, h, backgroundColor,
647 drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to, bool isActive) argument
H A DPlatformGraphicsContextSkia.cpp340 const Color& backgroundColor, ColorSpace colorSpace, int from,
345 fillRect(rect, backgroundColor);
350 fillRect(IntRect(x, y, w, t), backgroundColor); local
351 fillRect(IntRect(x, y+h-t, w, t), backgroundColor); local
352 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor); local
353 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
338 drawHighlightForText( const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to, bool isActive) argument
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp607 void GLUtils::clearBackgroundIfOpaque(const Color* backgroundColor) argument
609 if (!backgroundColor->hasAlpha()) {
611 float color = 1.0 - ((((float) backgroundColor->red() / 255.0) +
612 ((float) backgroundColor->green() / 255.0) +
613 ((float) backgroundColor->blue() / 255.0)) / 3.0);
616 glClearColor((float)backgroundColor->red() / 255.0,
617 (float)backgroundColor->green() / 255.0,
618 (float)backgroundColor->blue() / 255.0, 1);

Completed in 700 milliseconds

12