#include <IntPoint.h>
◆ IntPoint() [1/8]
WebCore::IntPoint::IntPoint |
( |
| ) |
|
|
inline |
◆ IntPoint() [2/8]
WebCore::IntPoint::IntPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ IntPoint() [3/8]
◆ IntPoint() [4/8]
WebCore::IntPoint::IntPoint |
( |
const FloatPoint & |
p | ) |
|
|
explicit |
◆ IntPoint() [5/8]
WebCore::IntPoint::IntPoint |
( |
| ) |
|
|
inline |
◆ IntPoint() [6/8]
WebCore::IntPoint::IntPoint |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inline |
◆ IntPoint() [7/8]
◆ IntPoint() [8/8]
◆ clampNegativeToZero() [1/2]
void WebCore::IntPoint::clampNegativeToZero |
( |
| ) |
|
|
inline |
◆ clampNegativeToZero() [2/2]
void WebCore::IntPoint::clampNegativeToZero |
( |
| ) |
|
|
inline |
◆ constrainedBetween() [1/2]
◆ constrainedBetween() [2/2]
◆ distanceSquaredToPoint() [1/2]
int WebCore::IntPoint::distanceSquaredToPoint |
( |
const IntPoint & |
| ) |
const |
◆ distanceSquaredToPoint() [2/2]
int WebCore::IntPoint::distanceSquaredToPoint |
( |
const IntPoint & |
point | ) |
const |
|
inline |
◆ expandedTo() [1/2]
◆ expandedTo() [2/2]
◆ isZero() [1/2]
bool WebCore::IntPoint::isZero |
( |
| ) |
const |
|
inline |
◆ isZero() [2/2]
bool WebCore::IntPoint::isZero |
( |
| ) |
const |
|
inline |
◆ move() [1/4]
◆ move() [2/4]
◆ move() [3/4]
void WebCore::IntPoint::move |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inline |
◆ move() [4/4]
void WebCore::IntPoint::move |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inline |
◆ moveBy() [1/2]
◆ moveBy() [2/2]
◆ scale() [1/4]
void WebCore::IntPoint::scale |
( |
float |
sx, |
|
|
float |
sy |
|
) |
| |
|
inline |
◆ scale() [2/4]
void WebCore::IntPoint::scale |
( |
float |
sx, |
|
|
float |
sy |
|
) |
| |
|
inline |
◆ scale() [3/4]
void WebCore::IntPoint::scale |
( |
float |
scale | ) |
|
|
inline |
◆ scale() [4/4]
void WebCore::IntPoint::scale |
( |
float |
scale | ) |
|
|
inline |
◆ setX() [1/2]
void WebCore::IntPoint::setX |
( |
int |
x | ) |
|
|
inline |
◆ setX() [2/2]
void WebCore::IntPoint::setX |
( |
int |
x | ) |
|
|
inline |
◆ setY() [1/2]
void WebCore::IntPoint::setY |
( |
int |
y | ) |
|
|
inline |
◆ setY() [2/2]
void WebCore::IntPoint::setY |
( |
int |
y | ) |
|
|
inline |
◆ shrunkTo() [1/2]
◆ shrunkTo() [2/2]
◆ transposedPoint() [1/2]
IntPoint WebCore::IntPoint::transposedPoint |
( |
| ) |
const |
|
inline |
◆ transposedPoint() [2/2]
IntPoint WebCore::IntPoint::transposedPoint |
( |
| ) |
const |
|
inline |
◆ x() [1/2]
int WebCore::IntPoint::x |
( |
| ) |
const |
|
inline |
◆ x() [2/2]
int WebCore::IntPoint::x |
( |
| ) |
const |
|
inline |
◆ y() [1/2]
int WebCore::IntPoint::y |
( |
| ) |
const |
|
inline |
◆ y() [2/2]
int WebCore::IntPoint::y |
( |
| ) |
const |
|
inline |
◆ zero() [1/2]
static IntPoint WebCore::IntPoint::zero |
( |
| ) |
|
|
inlinestatic |
◆ zero() [2/2]
static IntPoint WebCore::IntPoint::zero |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/IntPoint.h
- Source/WebCore/platform/graphics/IntPoint.cpp