HomeSort by relevance Sort by last modified time
    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/gm/
lighting.cpp 71 SkScalar azimuthRad = SkDegreesToRadians(SkIntToScalar(225));
73 SkPoint3 distantDirection(SkScalarMul(SkScalarCos(azimuthRad), SkScalarCos(elevationRad)),
74 SkScalarMul(SkScalarSin(azimuthRad), SkScalarCos(elevationRad)),
  /external/skia/bench/
LightingBench.cpp 38 static SkScalar azimuthRad = SkDegreesToRadians(SkIntToScalar(225));
40 static SkPoint3 distantDirection(SkScalarMul(SkScalarCos(azimuthRad),
42 SkScalarMul(SkScalarSin(azimuthRad),
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 423 float azimuthRad = deg2rad(distantLightSource->azimuth());
425 SkPoint3 direction(cosf(azimuthRad) * cosf(elevationRad),
426 sinf(azimuthRad) * cosf(elevationRad),

Completed in 156 milliseconds