Home
last modified time | relevance | path

Searched defs:setBackgroundColor (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.h49 void setBackgroundColor(Color& color) { m_color = color; } in setBackgroundColor() function
DLayerAndroid.cpp342 void LayerAndroid::setBackgroundColor(SkColor color) in setBackgroundColor() function in WebCore::LayerAndroid
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DViewPort.java327 public void setBackgroundColor(ColorRGBA background){ in setBackgroundColor() method in ViewPort
DRenderer.java92 public void setBackgroundColor(ColorRGBA color); in setBackgroundColor() method
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value) in setBackgroundColor() function in WebCore::GraphicsLayerTextureMapper
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DNullRenderer.java71 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in NullRenderer
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp233 void GraphicsLayer::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm623 void PlatformCALayer::setBackgroundColor(const Color& value) function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h84 void setBackgroundColor(const Color& color) { m_backgroundColor = color; setNeedsCommit(); } in setBackgroundColor() function
DGraphicsLayerChromium.cpp249 void GraphicsLayerChromium::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp275 void GraphicsLayerCACF::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp486 void PlatformCALayer::setBackgroundColor(const Color& value) in setBackgroundColor() function in PlatformCALayer
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp996 void QDeclarativeWebView::setBackgroundColor(const QColor& color) in setBackgroundColor() function in QDeclarativeWebView
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java171 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in LwjglGL1Renderer
DLwjglRenderer.java451 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in LwjglRenderer
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp427 void GraphicsLayerAndroid::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerAndroid
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java428 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in OGLESShaderRenderer
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1161 void GraphicsLayerQt::setBackgroundColor(const Color& value) in setBackgroundColor() function in WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp507 void GraphicsLayerCA::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h845 void setBackgroundColor(const Color& v) { SET_VAR(m_background, m_color, v) } in setBackgroundColor() function
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3882 void WebViewCore::setBackgroundColor(SkColor c) in setBackgroundColor() function in android::WebViewCore