HomeSort by relevance Sort by last modified time
    Searched refs:azimuthRad (Results 1 - 2 of 2) 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 38 static SkScalar azimuthRad = SkDegreesToRadians(SkIntToScalar(225));
41 SkScalarCos(azimuthRad) * SkScalarCos(elevationRad),
42 SkScalarSin(azimuthRad) * SkScalarCos(elevationRad),

Completed in 69 milliseconds