Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 111) sorted by relevance

12345

/external/jmonkeyengine/engine/src/test/jme3test/games/
DCubeField.java134 renderer.setBackgroundColor(ColorRGBA.White); in gameReset()
340 renderer.setBackgroundColor(ColorRGBA.Black); in colorLogic()
347 renderer.setBackgroundColor(ColorRGBA.White); in colorLogic()
357 renderer.setBackgroundColor(ColorRGBA.Gray); in colorLogic()
363 renderer.setBackgroundColor(ColorRGBA.Pink); in colorLogic()
370 renderer.setBackgroundColor(ColorRGBA.Black); in colorLogic()
376 renderer.setBackgroundColor(ColorRGBA.Gray); in colorLogic()
388 renderer.setBackgroundColor(ColorRGBA.White); in colorLogic()
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp115 m_rootChild->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack)); in setRootChildLayer()
118 rootLayer->setBackgroundColor(redColor.get()); in setRootChildLayer()
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack)); in setRootChildLayer()
DGraphicsLayerCACF.cpp112 layer->setBackgroundColor(cachedCGColor(color, ColorSpaceDeviceRGB)); in setLayerBackgroundColor()
117 layer->setBackgroundColor(0); in clearLayerBackgroundColor()
275 void GraphicsLayerCACF::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerCACF
280 GraphicsLayer::setBackgroundColor(color); in setBackgroundColor()
DGraphicsLayerCACF.h68 virtual void setBackgroundColor(const Color&);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp79 layer.setBackgroundColor(color); in setLayerBackgroundColor()
84 layer.setBackgroundColor(static_cast<RGBA32>(0)); in clearLayerBackgroundColor()
249 void GraphicsLayerChromium::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerChromium
254 GraphicsLayer::setBackgroundColor(color); in setBackgroundColor()
DGraphicsLayerChromium.h72 virtual void setBackgroundColor(const Color&);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowButton.java14 setBackgroundColor(android.R.color.transparent); in applyAttributes()
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_window.mm64 [self setBackgroundColor:[NSColor windowFrameColor]];
69 [self setBackgroundColor:[NSColor windowBackgroundColor]];
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObjectMac.mm73 [caLayer setBackgroundColor:color];
83 [sublayer setBackgroundColor:color];
/external/webkit/Source/WebCore/rendering/
DRenderFullScreen.cpp65 fullscreenStyle->setBackgroundColor(Color::black); in createFullScreenStyle()
/external/jmonkeyengine/engine/src/test/jme3test/blender/
DTestBlenderLoader.java50 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/texture/
DTestTexture3DLoading.java26 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value) in setBackgroundColor() function in WebCore::GraphicsLayerTextureMapper
257 GraphicsLayer::setBackgroundColor(value); in setBackgroundColor()
DGraphicsLayerTextureMapper.h66 virtual void setBackgroundColor(const Color&);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.h49 void setBackgroundColor(Color& color) { m_color = color; } in setBackgroundColor() function
/external/jmonkeyengine/engine/src/test/jme3test/model/
DTestMonkeyHead.java58 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
DTestHoverTank.java67 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_controller.mm92 [urlField_ setBackgroundColor:[NSColor whiteColor]];
94 [urlField_ setBackgroundColor:[NSColor colorWithCalibratedRed:1.0
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderer.java92 public void setBackgroundColor(ColorRGBA color); in setBackgroundColor() method
DViewPort.java327 public void setBackgroundColor(ColorRGBA background){ in setBackgroundColor() method in ViewPort
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloAnimation.java64 viewPort.setBackgroundColor(ColorRGBA.LightGray); in simpleInitApp()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h61 virtual void setBackgroundColor(const Color&);
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestTransparentSSAO.java31 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DNullRenderer.java71 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in NullRenderer
/external/jmonkeyengine/engine/src/test/jme3test/renderer/
DTestMultiViews.java63 viewPort.setBackgroundColor(ColorRGBA.Blue); in simpleInitApp()

12345