Searched defs:SkIPoint (Results 1 - 2 of 2) sorted by last modified time

/external/skia/include/core/
H A DSkPoint.h16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint { struct
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint ne
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint { struct
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint ne
[all...]

Completed in 191 milliseconds