Home
last modified time | relevance | path

Searched refs:setDebugBorder (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp270 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()
DGraphicsLayer.h348 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { } in setDebugBorder() function
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h87 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerCACF.cpp407 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.h95 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerChromium.cpp449 void GraphicsLayerChromium::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h114 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerAndroid.cpp883 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h116 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerCA.cpp1984 void GraphicsLayerCA::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425911 (WebCore::GraphicsLayerChromium::setDebugBorder):
DChangeLog-2010-01-2943187 (WebCore::GraphicsLayerCA::setDebugBorder):
DChangeLog-2010-12-061374 (WebCore::GraphicsLayerMac::setDebugBorder):