Home
last modified time | relevance | path

Searched defs:mapVector (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/utils/
DSkCamera.h69 void mapVector(SkVector3D* v) const { in mapVector() function
/third_party/flutter/skia/include/core/
DSkMatrix.h1389 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function
1411 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
/third_party/skia/include/core/
DSkMatrix.h1516 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function
1538 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
/third_party/flutter/skia/src/utils/
DSkCamera.cpp187 void SkMatrix3D::mapVector(const SkVector3D& src, SkVector3D* dst) const { in mapVector() function in SkMatrix3D