Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleLighting.cpp37 SkScalar fColorFactor; member in LightingView
46 fColorFactor = 0.0f; in LightingView()
61 fColorFactor += 0.01f; in onDrawContent()
62 if (fColorFactor > 1.0f) { in onDrawContent()
63 fColorFactor = 0.0f; in onDrawContent()
66 sk_sp<SkLights> lights(create_lights(fLightAngle, fColorFactor)); in onDrawContent()