Home
last modified time | relevance | path

Searched defs:SkIPoint (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPoint.h27 struct SkIPoint { struct
30 static SkIPoint Make(int32_t x, int32_t y) { in Make() argument
57 void rotateCW(SkIPoint* dst) const; argument
67 void rotateCCW(SkIPoint* dst) const; argument
81 SkIPoint operator-() const { argument
82 SkIPoint neg; argument
105 friend bool operator==(const SkIPoint& a, const SkIPoint& b) { argument
117 SkIPoint v; argument
125 SkIPoint v; argument
132 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() argument
[all …]
/external/skia/src/core/
DSkMaskFilter.cpp26 SkIPoint*) { in filterMask() argument