Searched refs:getBackgroundColor (Results 1 – 9 of 9) sorted by relevance
111 Color SurfaceCollection::getBackgroundColor() in getBackgroundColor() function in WebCore::SurfaceCollection113 return static_cast<BaseLayerAndroid*>(m_compositedRoot)->getBackgroundColor(); in getBackgroundColor()
53 Color getBackgroundColor();
324 background = m_drawingCollection->getBackgroundColor(); in drawGL()328 background = m_paintingCollection->getBackgroundColor(); in drawGL()
162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor(); in addLayer()
50 Color getBackgroundColor() { return m_color; } in getBackgroundColor() function
338 public ColorRGBA getBackgroundColor(){ in getBackgroundColor() method in ViewPort
1108 renderer.setBackgroundColor(vp.getBackgroundColor()); in renderViewPort()
131 stream->write32(baseLayer->getBackgroundColor().rgb()); in nativeSerializeViewState()
313 Color c = m_baseLayer->getBackgroundColor(); in draw()1273 WebCore::Color color = baseLayer->getBackgroundColor(); in nativeGetBackgroundColor()