Searched refs:SkPoint3D (Results 1 – 2 of 2) sorted by relevance
27 struct SkPoint3D { struct35 typedef SkPoint3D SkVector3D; argument61 void mapPoint(const SkPoint3D& src, SkPoint3D* dst) const;64 void mapPoint(SkPoint3D* v) const { in mapPoint()93 SkPoint3D fOrigin;106 SkPoint3D fLocation; // origin of the camera's space107 SkPoint3D fAxis; // view direction108 SkPoint3D fZenith; // up direction109 SkPoint3D fObserver; // eye position (may not be the same as the origin)
35 SkScalar SkPoint3D::normalize(SkUnit3D* unit) const { in normalize()180 void SkMatrix3D::mapPoint(const SkPoint3D& src, SkPoint3D* dst) const { in mapPoint()227 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith); in doUpdate()272 SkPoint3D diff; in patchToMatrix()