Searched refs:fIntensity (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/shaders/ |
D | SkLights.h | 37 , 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
|
D | SkLights.cpp | 67 fLights[i].fDirOrPos, fLights[i].fIntensity); in makeColorSpace()
|
/external/skqp/src/shaders/ |
D | SkLights.h | 37 , 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
|
D | SkLights.cpp | 67 fLights[i].fDirOrPos, fLights[i].fIntensity); in makeColorSpace()
|