OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 201 milliseconds