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

/external/skia/src/core/
H A DSkLightingShader.cpp261 const SkColor3f& ambientColor = lightingFP.ambientColor(); variable
262 if (ambientColor != fAmbientColor) {
263 pdman.set3fv(fAmbientColorUni, 1, &ambientColor.fX);
264 fAmbientColor = ambientColor;
300 const SkColor3f& ambientColor() const { return fAmbientColor; } function in class:LightingFP

Completed in 53 milliseconds