Searched refs:mapVector (Results 1 – 3 of 3) sorted by relevance
62 void mapVector(const SkVector3D& src, SkVector3D* dst) const;68 void mapVector(SkVector3D* v) const { in mapVector() function69 this->mapVector(*v, v); in mapVector()
80 m.mapVector(fU, &dst->fU); in transform()81 m.mapVector(fV, &dst->fV); in transform()187 void SkMatrix3D::mapVector(const SkVector3D& src, SkVector3D* dst) const { in mapVector() function in SkMatrix3D
522 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function527 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function