Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp111 Color SurfaceCollection::getBackgroundColor() in getBackgroundColor() function in WebCore::SurfaceCollection
113 return static_cast<BaseLayerAndroid*>(m_compositedRoot)->getBackgroundColor(); in getBackgroundColor()
DSurfaceCollection.h53 Color getBackgroundColor();
DSurfaceCollectionManager.cpp324 background = m_drawingCollection->getBackgroundColor(); in drawGL()
328 background = m_paintingCollection->getBackgroundColor(); in drawGL()
DSurface.cpp162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor(); in addLayer()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.h50 Color getBackgroundColor() { return m_color; } in getBackgroundColor() function
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DViewPort.java338 public ColorRGBA getBackgroundColor(){ in getBackgroundColor() method in ViewPort
DRenderManager.java1108 renderer.setBackgroundColor(vp.getBackgroundColor()); in renderViewPort()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp131 stream->write32(baseLayer->getBackgroundColor().rgb()); in nativeSerializeViewState()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp313 Color c = m_baseLayer->getBackgroundColor(); in draw()
1273 WebCore::Color color = baseLayer->getBackgroundColor(); in nativeGetBackgroundColor()