OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:azimuthRad
(Results
1 - 4
of
4
) 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(SkScalarMul(SkScalarCos(
azimuthRad
),
43
SkScalarMul(SkScalarSin(
azimuthRad
),
/external/skia/gm/
lighting.cpp
72
SkScalar
azimuthRad
= SkDegreesToRadians(SkIntToScalar(225));
74
SkPoint3 distantDirection(SkScalarMul(SkScalarCos(
azimuthRad
), SkScalarCos(elevationRad)),
75
SkScalarMul(SkScalarSin(
azimuthRad
), SkScalarCos(elevationRad)),
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp
420
float
azimuthRad
= deg2rad(distantLightSource->azimuth());
422
SkPoint3 direction(cosf(
azimuthRad
) * cosf(elevationRad),
423
sinf(
azimuthRad
) * cosf(elevationRad),
Completed in 72 milliseconds