HomeSort by relevance Sort by last modified time
    Searched refs:fitToPoints (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 163 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1);
164 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2);
165 void fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3);
FloatRect.cpp 169 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1)
208 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2)
218 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3)

Completed in 689 milliseconds