Searched defs:SkIPoint (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/include/core/ |
D | SkPoint.h | 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 [all …]
|
/external/skia/include/core/ |
D | SkPoint.h | 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 [all …]
|
/external/skia/src/effects/ |
D | SkTestImageFilters.cpp | 25 SkBitmap* result, SkIPoint*) { in onFilterImage() argument
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkTestImageFilters.cpp | 25 SkBitmap* result, SkIPoint*) { in onFilterImage() argument
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkImageFilter.cpp | 115 SkBitmap*, SkIPoint*) { in onFilterImage() argument
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 115 SkBitmap*, SkIPoint*) { in onFilterImage() argument
|