HomeSort by relevance Sort by last modified time
    Searched refs:setDebugBorder (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 114 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerAndroid.cpp 911 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 95 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerChromium.cpp 449 void GraphicsLayerChromium::setDebugBorder(const Color& color, float borderWidth)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 87 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerCACF.cpp 407 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 270 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green
272 setDebugBorder(Color(255, 0, 0, 204), 2.0f); // normal layer: red
274 setDebugBorder(Color(128, 255, 255, 178), 2.0f); // masking layer: pale blue
278 setDebugBorder(Color(255, 255, 0, 204), 2.0f); // container: yellow
GraphicsLayer.h 348 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 116 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerCA.cpp     [all...]

Completed in 103 milliseconds