HomeSort by relevance Sort by last modified time
    Searched defs:drawableContentRect (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 70 FloatRect RenderSurfaceChromium::drawableContentRect() const
74 FloatRect drawableContentRect = m_drawTransform.mapRect(localContentRect);
76 drawableContentRect.unite(m_replicaDrawTransform.mapRect(localContentRect));
78 return drawableContentRect;
LayerRendererChromium.cpp 688 // drawableContentRect() is always stored in the coordinate system of the
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 138 const IntRect& drawableContentRect() const { return m_drawableContentRect; }

Completed in 25 milliseconds