Home
last modified time | relevance | path

Searched refs:ceiledIntPoint (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRect.cpp231 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner()); in enclosingIntRect()
238 IntPoint location = ceiledIntPoint(rect.minXMinYCorner()); in enclosedIntRect()
DLayoutRect.cpp146 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner()); in enclosingIntRect()
DLayoutPoint.h166 inline IntPoint ceiledIntPoint(const LayoutPoint& point) in ceiledIntPoint() function
DFloatPoint.h226 inline IntPoint ceiledIntPoint(const FloatPoint& p) in ceiledIntPoint() function
/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.cpp74 …IntPoint minimumPosition = ceiledIntPoint(inner.location() + inner.size() - FloatSize(outer.size()… in moveToEncloseRect()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1441 targetRect.moveBy(ceiledIntPoint(pinchViewport.visibleRect().location())); in scrollElementToRect()