OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPoint3D
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/utils/
SkCamera.h
27
struct
SkPoint3D
{
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; // 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
[
all
...]
/external/skqp/include/utils/
SkCamera.h
27
struct
SkPoint3D
{
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; // 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
[
all
...]
/external/skia/src/utils/
SkCamera.cpp
35
SkScalar
SkPoint3D
::normalize(SkUnit3D* unit) const {
180
void SkMatrix3D::mapPoint(const
SkPoint3D
& src,
SkPoint3D
* dst) const {
227
SkTCast<
SkPoint3D
*>(&zenith)->normalize(&zenith);
272
SkPoint3D
diff;
/external/skqp/src/utils/
SkCamera.cpp
35
SkScalar
SkPoint3D
::normalize(SkUnit3D* unit) const {
180
void SkMatrix3D::mapPoint(const
SkPoint3D
& src,
SkPoint3D
* dst) const {
227
SkTCast<
SkPoint3D
*>(&zenith)->normalize(&zenith);
272
SkPoint3D
diff;
Completed in 1755 milliseconds