Home
last modified time | relevance | path

Searched refs:kStartAzimuth (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/gm/
Dlighting.cpp32 : fAzimuth(SkIntToScalar(kStartAzimuth)) { in ImageLightingGM()
140 … fAzimuth = kStartAzimuth + TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()
145 static constexpr int kStartAzimuth = 225; member in skiagm::ImageLightingGM
/third_party/skia/gm/
Dlighting.cpp32 : fAzimuth(SkIntToScalar(kStartAzimuth)) { in ImageLightingGM()
178 … fAzimuth = kStartAzimuth + TimeUtils::Scaled(1e-9 * nanos, 360.0f/kDesiredDurationSecs, 360.0f); in onAnimate()
183 inline static constexpr int kStartAzimuth = 225; member in skiagm::ImageLightingGM