Home
last modified time | relevance | path

Searched refs:azimuthRad (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGFeLightSource.cpp17 const float azimuthRad = SkDegreesToRadians(fAzimuth); in computeDirection() local
19 const float sinAzimuth = sinf(azimuthRad), cosAzimuth = cosf(azimuthRad); in computeDirection()
/third_party/skia/bench/
H A DLightingBench.cpp38 static SkScalar azimuthRad = SkDegreesToRadians(SkIntToScalar(225)); in GetDistantDirection() local
41 SkScalarCos(azimuthRad) * SkScalarCos(elevationRad), in GetDistantDirection()
42 SkScalarSin(azimuthRad) * SkScalarCos(elevationRad), in GetDistantDirection()

Completed in 1 milliseconds