Searched refs:mapPoint (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/utils/
H A DSkCamera.h61 void mapPoint(const SkPoint3D& src, SkPoint3D* dst) const;
64 void mapPoint(SkPoint3D* v) const { function in struct:SkMatrix3D
65 this->mapPoint(*v, v);
/external/skia/src/utils/
H A DSkCamera.cpp82 m.mapPoint(fOrigin, &dst->fOrigin);
180 void SkMatrix3D::mapPoint(const SkPoint3D& src, SkPoint3D* dst) const { function in class:SkMatrix3D

Completed in 69 milliseconds