Home
last modified time | relevance | path

Searched refs:SkPoint3D (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkCamera.h27 struct SkPoint3D { struct
35 typedef SkPoint3D SkVector3D; argument
61 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 space
107 SkPoint3D fAxis; // view direction
108 SkPoint3D fZenith; // up direction
109 SkPoint3D fObserver; // eye position (may not be the same as the origin)
/external/skia/src/utils/
DSkCamera.cpp35 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()