HomeSort by relevance Sort by last modified time
    Searched refs:fIntensity (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkLights.h 33 , fIntensity(other.fIntensity)
42 , fIntensity(other.fIntensity)
73 return fIntensity;
94 fIntensity = b.fIntensity;
109 (fIntensity == b.fIntensity) &&
126 SkScalar fIntensity; // For point lights, dictates the light intensity
    [all...]
  /external/skia/src/core/
SkLights.cpp 78 fLights[i].fDirOrPos, fLights[i].fIntensity, fLights[i].isRadial());

Completed in 192 milliseconds