Searched defs:flooredLayoutPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutPoint.h171 inline LayoutPoint flooredLayoutPoint(const FloatPoint& p) function in namespace:blink
196 inline LayoutPoint flooredLayoutPoint(const FloatSize& s) function in namespace:blink
198 return flooredLayoutPoint(FloatPoint(s));

Completed in 57 milliseconds