#include <IntSize.h>
Public Member Functions | |
| IntSize () | |
| IntSize (int width, int height) | |
| int | width () const |
| int | height () const |
| void | setWidth (int width) |
| void | setHeight (int height) |
| bool | isEmpty () const |
| IntSize | expandedTo (const IntSize &other) const |
| IntSize | shrunkTo (const IntSize &other) const |
| void | clampNegativeToZero () |
| WebCore::IntSize::IntSize | ( | ) | [inline] |
| int WebCore::IntSize::width | ( | ) | const [inline] |
| int WebCore::IntSize::height | ( | ) | const [inline] |
| void WebCore::IntSize::setWidth | ( | int | width | ) | [inline] |
| void WebCore::IntSize::setHeight | ( | int | height | ) | [inline] |
| bool WebCore::IntSize::isEmpty | ( | ) | const [inline] |
| void WebCore::IntSize::clampNegativeToZero | ( | ) | [inline] |