Searched refs:fitToPoints (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRect.cpp150 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1) function in class:WebCore::FloatRect
189 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2) function in class:WebCore::FloatRect
199 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3) function in class:WebCore::FloatRect
H A DFloatRect.h163 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);

Completed in 105 milliseconds