Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.cpp258 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()
DGraphicsLayer.h325 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { } in setDebugBorder() function
/external/webkit/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h90 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerCACF.cpp416 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerCACF
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h107 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerAndroid.cpp836 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth) in setDebugBorder() function in WebCore::GraphicsLayerAndroid
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h116 virtual void setDebugBorder(const Color&, float borderWidth);
DGraphicsLayerCA.mm2106 void GraphicsLayerCA::setDebugBorder(const Color& color, float borderWidth)
/external/webkit/WebCore/
DChangeLog-2010-01-2943187 (WebCore::GraphicsLayerCA::setDebugBorder):