![]() |
Skia
2D Graphics Library
|
This is the complete list of members for SkPoint, including all inherited members.
cross(const SkVector &vec) const | SkPoint | inline |
CrossProduct(const SkVector &a, const SkVector &b) | SkPoint | inlinestatic |
Distance(const SkPoint &a, const SkPoint &b) | SkPoint | inlinestatic |
distanceToOrigin() const | SkPoint | inline |
dot(const SkVector &vec) const | SkPoint | inline |
DotProduct(const SkVector &a, const SkVector &b) | SkPoint | inlinestatic |
equals(SkScalar x, SkScalar y) const | SkPoint | inline |
fX | SkPoint | |
fY | SkPoint | |
iset(int32_t x, int32_t y) | SkPoint | inline |
iset(const SkIPoint &p) | SkPoint | inline |
isFinite() const | SkPoint | inline |
isZero() const | SkPoint | inline |
length() const | SkPoint | inline |
Length(SkScalar x, SkScalar y) | SkPoint | static |
Make(SkScalar x, SkScalar y) | SkPoint | inlinestatic |
negate() | SkPoint | inline |
normalize() | SkPoint | |
Normalize(SkVector *vec) | SkPoint | static |
Offset(SkPoint points[], int count, const SkVector &offset) | SkPoint | inlinestatic |
Offset(SkPoint points[], int count, SkScalar dx, SkScalar dy) | SkPoint | inlinestatic |
offset(SkScalar dx, SkScalar dy) | SkPoint | inline |
operator!=(const SkPoint &a, const SkPoint &b) | SkPoint | friend |
operator*(SkScalar scale) const | SkPoint | inline |
operator*=(SkScalar scale) | SkPoint | inline |
operator+(const SkPoint &a, const SkVector &b) | SkPoint | friend |
operator+=(const SkVector &v) | SkPoint | inline |
operator-() const | SkPoint | inline |
operator-(const SkPoint &a, const SkPoint &b) | SkPoint | friend |
operator-=(const SkVector &v) | SkPoint | inline |
operator==(const SkPoint &a, const SkPoint &b) | SkPoint | friend |
scale(SkScalar scale, SkPoint *dst) const | SkPoint | |
scale(SkScalar value) | SkPoint | inline |
set(SkScalar x, SkScalar y) | SkPoint | inline |
setAbs(const SkPoint &pt) | SkPoint | inline |
setLength(SkScalar length) | SkPoint | |
setLength(SkScalar x, SkScalar y, SkScalar length) | SkPoint | |
setNormalize(SkScalar x, SkScalar y) | SkPoint | |
x() const | SkPoint | inline |
y() const | SkPoint | inline |