Lines Matching refs:WebPoint
44 struct WebPoint {
48 WebPoint()
54 WebPoint(int x, int y)
61 WebPoint(const WebCore::IntPoint& p)
67 WebPoint& operator=(const WebCore::IntPoint& p)
79 WebPoint(const gfx::Point& p)
85 WebPoint& operator=(const gfx::Point& p)
99 inline bool operator==(const WebPoint& a, const WebPoint& b)
104 inline bool operator!=(const WebPoint& a, const WebPoint& b)