Lines Matching defs:SkIPoint
18 struct SkIPoint { struct
21 static SkIPoint Make(int32_t x, int32_t y) { in Make() argument
48 void rotateCW(SkIPoint* dst) const; argument
58 void rotateCCW(SkIPoint* dst) const; argument
72 SkIPoint operator-() const { argument
73 SkIPoint neg; argument
96 friend bool operator==(const SkIPoint& a, const SkIPoint& b) { argument
108 SkIPoint v; argument
116 SkIPoint v; argument
123 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() argument
129 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { in CrossProduct() argument