/external/jmonkeyengine/engine/src/test/jme3test/games/ |
D | CubeField.java | 134 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/ |
D | MediaPlayerPrivateFullscreenWindow.cpp | 115 m_rootChild->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack)); in setRootChildLayer() 118 rootLayer->setBackgroundColor(redColor.get()); in setRootChildLayer() 120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack)); in setRootChildLayer()
|
D | GraphicsLayerCACF.cpp | 112 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()
|
D | GraphicsLayerCACF.h | 68 virtual void setBackgroundColor(const Color&);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.cpp | 79 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()
|
D | GraphicsLayerChromium.h | 72 virtual void setBackgroundColor(const Color&);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowButton.java | 14 setBackgroundColor(android.R.color.transparent); in applyAttributes()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | fullscreen_window.mm | 64 [self setBackgroundColor:[NSColor windowFrameColor]]; 69 [self setBackgroundColor:[NSColor windowBackgroundColor]];
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginObjectMac.mm | 73 [caLayer setBackgroundColor:color]; 83 [sublayer setBackgroundColor:color];
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderFullScreen.cpp | 65 fullscreenStyle->setBackgroundColor(Color::black); in createFullScreenStyle()
|
/external/jmonkeyengine/engine/src/test/jme3test/blender/ |
D | TestBlenderLoader.java | 50 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
D | TestTexture3DLoading.java | 26 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 252 void GraphicsLayerTextureMapper::setBackgroundColor(const Color& value) in setBackgroundColor() function in WebCore::GraphicsLayerTextureMapper 257 GraphicsLayer::setBackgroundColor(value); in setBackgroundColor()
|
D | GraphicsLayerTextureMapper.h | 66 virtual void setBackgroundColor(const Color&);
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | BaseLayerAndroid.h | 49 void setBackgroundColor(Color& color) { m_color = color; } in setBackgroundColor() function
|
/external/jmonkeyengine/engine/src/test/jme3test/model/ |
D | TestMonkeyHead.java | 58 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
|
D | TestHoverTank.java | 67 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_editor_controller.mm | 92 [urlField_ setBackgroundColor:[NSColor whiteColor]]; 94 [urlField_ setBackgroundColor:[NSColor colorWithCalibratedRed:1.0
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Renderer.java | 92 public void setBackgroundColor(ColorRGBA color); in setBackgroundColor() method
|
D | ViewPort.java | 327 public void setBackgroundColor(ColorRGBA background){ in setBackgroundColor() method in ViewPort
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
D | HelloAnimation.java | 64 viewPort.setBackgroundColor(ColorRGBA.LightGray); in simpleInitApp()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 61 virtual void setBackgroundColor(const Color&);
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
D | TestTransparentSSAO.java | 31 viewPort.setBackgroundColor(ColorRGBA.DarkGray); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | NullRenderer.java | 71 public void setBackgroundColor(ColorRGBA color) { in setBackgroundColor() method in NullRenderer
|
/external/jmonkeyengine/engine/src/test/jme3test/renderer/ |
D | TestMultiViews.java | 63 viewPort.setBackgroundColor(ColorRGBA.Blue); in simpleInitApp()
|