Home
last modified time | relevance | path

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

/external/skqp/src/shaders/
DSkLights.h37 , fIntensity(other.fIntensity) {} in Light()
43 , fIntensity(other.fIntensity) {} in Light()
69 return fIntensity; in intensity()
80 fIntensity = other.fIntensity;
88 (fIntensity == other.fIntensity);
101 , fIntensity(intensity) {} in Light()
111 SkScalar fIntensity; // For point lights, dictates the light intensity. variable
DSkLights.cpp67 fLights[i].fDirOrPos, fLights[i].fIntensity); in makeColorSpace()