#include <IntPoint.h>
Public Member Functions | |
| IntPoint () | |
| IntPoint (int x, int y) | |
| int | x () const |
| int | y () const |
| void | setX (int x) |
| void | setY (int y) |
| void | move (int dx, int dy) |
| WebCore::IntPoint::IntPoint | ( | ) | [inline] |
| int WebCore::IntPoint::x | ( | ) | const [inline] |
| int WebCore::IntPoint::y | ( | ) | const [inline] |
| void WebCore::IntPoint::setX | ( | int | x | ) | [inline] |
| void WebCore::IntPoint::setY | ( | int | y | ) | [inline] |