OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:azimuthRad
(Results
1 - 3
of
3
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c
96
AKFLOAT
azimuthRad
;
120
AKFS_Azimuth(&have, pitchRad, rollRad, &
azimuthRad
);
122
*azimuth = RAD2DEG(
azimuthRad
);
/external/skia/bench/
LightingBench.cpp
39
static SkScalar
azimuthRad
= SkDegreesToRadians(SkIntToScalar(225));
41
static SkPoint3 distantDirection = SkPoint3::Make(SkScalarMul(SkScalarCos(
azimuthRad
),
43
SkScalarMul(SkScalarSin(
azimuthRad
),
/external/skia/gm/
lighting.cpp
61
SkScalar
azimuthRad
= SkDegreesToRadians(SkIntToScalar(225));
63
SkPoint3 distantDirection = SkPoint3::Make(SkScalarMul(SkScalarCos(
azimuthRad
),
65
SkScalarMul(SkScalarSin(
azimuthRad
),
Completed in 213 milliseconds