Lines Matching refs:SkVector
155 typedef SkPoint SkVector; typedef
244 static void Offset(SkPoint points[], int count, const SkVector& offset) { in Offset()
371 void operator+=(const SkVector& v) {
380 void operator-=(const SkVector& v) {
461 friend SkVector operator-(const SkPoint& a, const SkPoint& b) {
475 friend SkPoint operator+(const SkPoint& a, const SkVector& b) {
506 static SkScalar Normalize(SkVector* vec);
524 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct()
538 static SkScalar CrossProduct(const SkVector& a, const SkVector& b) { in CrossProduct()
551 SkScalar cross(const SkVector& vec) const { in cross()
560 SkScalar dot(const SkVector& vec) const { in dot()