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

  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 107 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerAndroid.cpp 836 void GraphicsLayerAndroid::setDebugBorder(const Color& color, float borderWidth)
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 90 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerCACF.cpp 416 void GraphicsLayerCACF::setDebugBorder(const Color& color, float borderWidth)
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 258 setDebugBorder(Color(0, 255, 0, 204), 2.0f); // tiled layer: green
260 setDebugBorder(Color(255, 0, 0, 204), 2.0f); // normal layer: red
262 setDebugBorder(Color(128, 255, 255, 178), 2.0f); // masking layer: pale blue
266 setDebugBorder(Color(255, 255, 0, 204), 2.0f); // container: yellow
GraphicsLayer.h 325 virtual void setDebugBorder(const Color&, float /*borderWidth*/) { }
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 116 virtual void setDebugBorder(const Color&, float borderWidth);
GraphicsLayerCA.mm     [all...]

Completed in 211 milliseconds