Searched refs:setDebugBorder (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsLayer.cpp | 258 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green in updateDebugIndicators() 260 setDebugBorder(Color(255, 0, 0, 204), 2.0f); // normal layer: red in updateDebugIndicators() 262 setDebugBorder(Color(128, 255, 255, 178), 2.0f); // masking layer: pale blue in updateDebugIndicators() 266 setDebugBorder(Color(255, 255, 0, 204), 2.0f); // container: yellow in updateDebugIndicators()
|
D | GraphicsLayer.h | 325 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { } in setDebugBorder() function
|
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.h | 90 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerCACF.cpp | 416 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCACF
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 107 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerAndroid.cpp | 836 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerAndroid
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsLayerCA.h | 116 virtual void setDebugBorder(const Color&, float borderWidth);
|
D | GraphicsLayerCA.mm | 2106 void GraphicsLayerCA::setDebugBorder(const Color& color, float borderWidth)
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 43187 (WebCore::GraphicsLayerCA::setDebugBorder):
|