Searched defs:SkIPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h14 /** \struct SkIPoint
16 SkIPoint holds two 32 bit integer coordinates
18 struct SkIPoint { struct
21 static SkIPoint Make(int32_t x, int32_t y) {
22 SkIPoint pt;
48 void rotateCW(SkIPoint* dst) const;
58 void rotateCCW(SkIPoint* dst) const;
72 SkIPoint operator-() const {
73 SkIPoint neg;
80 void operator+=(const SkIPoint
[all...]
/external/skia/include/core/
H A DSkPoint.h14 /** \struct SkIPoint
16 SkIPoint holds two 32 bit integer coordinates
18 struct SkIPoint { struct
21 static SkIPoint Make(int32_t x, int32_t y) {
22 SkIPoint pt;
48 void rotateCW(SkIPoint* dst) const;
58 void rotateCCW(SkIPoint* dst) const;
72 SkIPoint operator-() const {
73 SkIPoint neg;
80 void operator+=(const SkIPoint
[all...]

Completed in 324 milliseconds