Searched defs:mapVector (Results 1 – 6 of 6) sorted by relevance
69 void mapVector(SkVector3D* v) const { in mapVector() function
1389 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function1411 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
1397 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function1419 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
187 void SkMatrix3D::mapVector(const SkVector3D& src, SkVector3D* dst) const { in mapVector() function in SkMatrix3D