Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleMaterialShadows.cpp64 const SkScalar elevations[] = { 1, 3, 6, 8, 12, 24 }; variable
75 for (unsigned int i = 0; i < SK_ARRAY_COUNT(elevations); ++i) {
76 zPlaneParams.fZ = elevations[i];
85 for (unsigned int i = 0; i < SK_ARRAY_COUNT(elevations); ++i) {
86 zPlaneParams.fZ = elevations[i];
95 for (unsigned int i = 0; i < SK_ARRAY_COUNT(elevations); ++i) {
96 zPlaneParams.fZ = elevations[i];
105 for (unsigned int i = 0; i < SK_ARRAY_COUNT(elevations); ++i) {
106 zPlaneParams.fZ = elevations[i];
115 for (unsigned int i = 0; i < SK_ARRAY_COUNT(elevations);
[all...]

Completed in 1 milliseconds