Searched refs:distantDirection (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/gm/ |
H A D | lighting.cpp | 88 SkPoint3 distantDirection = SkPoint3::Make(cosAzimuth * SkScalarCos(elevationRad), variable 113 distantDirection, SK_ColorWHITE, surfaceScale, kd, input, cr)); 135 distantDirection, greenYellow, surfaceScale, 4.f * kd, input, cr)); 146 distantDirection, SK_ColorWHITE, surfaceScale, ks, shininess, input, cr)); 168 distantDirection, greenYellow, surfaceScale, 4.f * ks, shininess, input, cr));
|
/third_party/skia/bench/ |
H A D | LightingBench.cpp | 40 static SkPoint3 distantDirection = SkPoint3::Make( in GetDistantDirection() local 44 return distantDirection; in GetDistantDirection()
|
Completed in 2 milliseconds