Searched defs:SkIPoint (Results 1 – 3 of 3) sorted by relevance
40 struct SkIPoint { struct43 static SkIPoint Make(int32_t x, int32_t y) { in Make() argument70 void rotateCW(SkIPoint* dst) const; argument80 void rotateCCW(SkIPoint* dst) const; argument94 SkIPoint operator-() const { argument95 SkIPoint neg; argument118 friend bool operator==(const SkIPoint& a, const SkIPoint& b) { argument130 SkIPoint v; argument138 SkIPoint v; argument145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() argument[all …]
262 virtual bool onGenerateScaledPixels(const SkISize&, const SkIPoint&, const SkPixmap&) { in onGenerateScaledPixels()
292 SkBitmap* /*result*/, SkIPoint* /*offset*/) { in filterImage() argument