Searched defs:SkIPoint (Results 1 – 2 of 2) sorted by relevance
27 struct SkIPoint { struct30 static SkIPoint Make(int32_t x, int32_t y) { in Make() argument57 void rotateCW(SkIPoint* dst) const; argument67 void rotateCCW(SkIPoint* dst) const; argument81 SkIPoint operator-() const { argument82 SkIPoint neg; argument105 friend bool operator==(const SkIPoint& a, const SkIPoint& b) { argument117 SkIPoint v; argument125 SkIPoint v; argument132 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() argument[all …]
26 SkIPoint*) { in filterMask() argument