Searched refs:azimuthRad (Results 1 – 3 of 3) sorted by relevance
17 const float azimuthRad = SkDegreesToRadians(fAzimuth); in computeDirection() local19 const float sinAzimuth = sinf(azimuthRad), cosAzimuth = cosf(azimuthRad); in computeDirection()
38 static SkScalar azimuthRad = SkDegreesToRadians(SkIntToScalar(225)); in GetDistantDirection() local41 SkScalarCos(azimuthRad) * SkScalarCos(elevationRad), in GetDistantDirection()42 SkScalarSin(azimuthRad) * SkScalarCos(elevationRad), in GetDistantDirection()