Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleLighting.cpp36 SkScalar fLightAngle; member in LightingView
45 fLightAngle = 0.0f; in LightingView()
60 fLightAngle += 0.015f; in onDrawContent()
66 sk_sp<SkLights> lights(create_lights(fLightAngle, fColorFactor)); in onDrawContent()