Searched refs:setBackgroundColor (Results 1 - 25 of 85) sorted by relevance

1234

/external/webkit/Source/WebCore/rendering/
H A DRenderFullScreen.cpp65 fullscreenStyle->setBackgroundColor(Color::black);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObjectMac.mm73 [caLayer setBackgroundColor:color];
83 [sublayer setBackgroundColor:color];
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp115 m_rootChild->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
118 rootLayer->setBackgroundColor(redColor.get());
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
H A DGraphicsLayerCACF.h68 virtual void setBackgroundColor(const Color&);
/external/jmonkeyengine/engine/src/test/jme3test/games/
H A DCubeField.java134 renderer.setBackgroundColor(ColorRGBA.White);
340 renderer.setBackgroundColor(ColorRGBA.Black);
347 renderer.setBackgroundColor(ColorRGBA.White);
357 renderer.setBackgroundColor(ColorRGBA.Gray);
363 renderer.setBackgroundColor(ColorRGBA.Pink);
370 renderer.setBackgroundColor(ColorRGBA.Black);
376 renderer.setBackgroundColor(ColorRGBA.Gray);
388 renderer.setBackgroundColor(ColorRGBA.White);
/external/jmonkeyengine/engine/src/test/jme3test/blender/
H A DTestBlenderLoader.java50 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestTexture3DLoading.java26 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderer.java92 public void setBackgroundColor(ColorRGBA color); method in interface:Renderer
H A DViewPort.java54 * via the {@link #setBackgroundColor(com.jme3.math.ColorRGBA)} method.
327 public void setBackgroundColor(ColorRGBA background){ method in class:ViewPort
336 * @see #setBackgroundColor(com.jme3.math.ColorRGBA)
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloAnimation.java64 viewPort.setBackgroundColor(ColorRGBA.LightGray);
H A DHelloCollision.java80 viewPort.setBackgroundColor(new ColorRGBA(0.7f, 0.8f, 1f, 1f));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.h49 void setBackgroundColor(Color& color) { m_color = color; } function in class:WebCore::BaseLayerAndroid
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DNullRenderer.java71 public void setBackgroundColor(ColorRGBA color) { method in class:NullRenderer
/external/jmonkeyengine/engine/src/test/jme3test/model/
H A DTestHoverTank.java67 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
H A DTestMonkeyHead.java58 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestCartoonEdge.java113 viewPort.setBackgroundColor(ColorRGBA.Gray);
H A DTestTransparentSSAO.java31 viewPort.setBackgroundColor(ColorRGBA.DarkGray);
/external/jmonkeyengine/engine/src/test/jme3test/renderer/
H A DTestMultiViews.java63 viewPort.setBackgroundColor(ColorRGBA.Blue);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp79 layer.setBackgroundColor(color);
84 layer.setBackgroundColor(static_cast<RGBA32>(0));
249 void GraphicsLayerChromium::setBackgroundColor(const Color& color) function in class:WebCore::GraphicsLayerChromium
254 GraphicsLayer::setBackgroundColor(color);
H A DGraphicsLayerChromium.h72 virtual void setBackgroundColor(const Color&);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h61 virtual void setBackgroundColor(const Color&);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h66 virtual void setBackgroundColor(const Color&);
H A DGraphicsLayerTextureMapper.cpp252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value) function in class:WebCore::GraphicsLayerTextureMapper
257 GraphicsLayer::setBackgroundColor(value);
/external/webkit/Source/WebCore/wml/
H A DWMLDoElement.cpp162 style->setBackgroundColor(Color::lightGray);
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTransparentShadow.java65 viewPort.setBackgroundColor(ColorRGBA.DarkGray);

Completed in 262 milliseconds

1234