Searched refs:fAzimuth (Results 1 – 1 of 1) sorted by relevance
23 : fAzimuth(SkIntToScalar(kStartAzimuth)) { in ImageLightingGM()64 SkScalar sinAzimuth = SkScalarSinCos(SkDegreesToRadians(fAzimuth), &cosAzimuth); in onDraw()162 fAzimuth = kStartAzimuth + timer.scaled(360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()170 SkScalar fAzimuth; member in skiagm::ImageLightingGM