Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dlighting.cpp32 : fAzimuth(SkIntToScalar(kStartAzimuth)) { in ImageLightingGM()
71 SkScalar sinAzimuth = SkScalarSin(SkDegreesToRadians(fAzimuth)),
72 cosAzimuth = SkScalarCos(SkDegreesToRadians(fAzimuth));
178 fAzimuth = kStartAzimuth + TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f);
186 SkScalar fAzimuth; member in skiagm::ImageLightingGM
/third_party/skia/modules/svg/src/
H A DSkSVGFeLightSource.cpp17 const float azimuthRad = SkDegreesToRadians(fAzimuth); in computeDirection()

Completed in 2 milliseconds