Searched refs:setDebugBorder (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 270 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green in updateDebugIndicators() 272 setDebugBorder(Color(255, 0, 0, 204), 2.0f); // normal layer: red in updateDebugIndicators() 274 setDebugBorder(Color(128, 255, 255, 178), 2.0f); // masking layer: pale blue in updateDebugIndicators() 278 setDebugBorder(Color(255, 255, 0, 204), 2.0f); // container: yellow in updateDebugIndicators()
|
D | GraphicsLayer.h | 348 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { } in setDebugBorder() function
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.h | 87 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerCACF.cpp | 407 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCACF
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.h | 95 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerChromium.cpp | 449 void GraphicsLayerChromium::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerChromium
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 114 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerAndroid.cpp | 883 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerAndroid
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.h | 116 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerCA.cpp | 1984 void GraphicsLayerCA::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCA
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 25911 (WebCore::GraphicsLayerChromium::setDebugBorder):
|
D | ChangeLog-2010-01-29 | 43187 (WebCore::GraphicsLayerCA::setDebugBorder):
|
D | ChangeLog-2010-12-06 | 1374 (WebCore::GraphicsLayerMac::setDebugBorder):
|