Home
last modified time | relevance | path

Searched refs:roundedIntRect (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderWidget.cpp131 static inline IntRect roundedIntRect(const LayoutRect& rect) in roundedIntRect() function
141 IntRect clipRect = roundedIntRect(enclosingLayer()->childrenClipRect()); in setWidgetGeometry()
142 IntRect newFrame = roundedIntRect(frame); in setWidgetGeometry()
DRenderLayerScrollableArea.cpp1310 …dScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location())… in exposeRect()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRect.h236 PLATFORM_EXPORT IntRect roundedIntRect(const FloatRect&);
DFloatRect.cpp252 IntRect roundedIntRect(const FloatRect& rect) in roundedIntRect() function