Searched defs:mapVector (Results 1 – 4 of 4) sorted by relevance
69 void mapVector(SkVector3D* v) 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
1518 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function1540 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