Searched defs:SkPoint3D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkCamera.h27 struct SkPoint3D { struct
35 typedef SkPoint3D SkVector3D;
61 void mapPoint(const SkPoint3D& src, SkPoint3D* dst) const;
64 void mapPoint(SkPoint3D* v) const {
93 SkPoint3D fOrigin;
106 SkPoint3D fLocation;
107 SkPoint3D fAxis;
108 SkPoint3D fZenith;
109 SkPoint3D fObserve
[all...]
/external/skia/include/utils/
H A DSkCamera.h27 struct SkPoint3D { struct
35 typedef SkPoint3D SkVector3D;
61 void mapPoint(const SkPoint3D& src, SkPoint3D* dst) const;
64 void mapPoint(SkPoint3D* v) const {
93 SkPoint3D fOrigin;
106 SkPoint3D fLocation;
107 SkPoint3D fAxis;
108 SkPoint3D fZenith;
109 SkPoint3D fObserve
[all...]

Completed in 2261 milliseconds