Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleShadowColor.cpp23 int fZIndex; member in ShadowColorView
34 : fZIndex(8) in ShadowColorView()
77 fZIndex = std::min(9, fZIndex+1);
81 fZIndex = std::max(0, fZIndex-1);
199 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, kZValues[fZIndex]);

Completed in 1 milliseconds