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

  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 91 if (CC_UNLIKELY(caches.propertyLightDiameter > 0)) {
92 lightRadius = caches.propertyLightDiameter;
Caches.cpp 712 propertyLightDiameter = -1.0f;
727 propertyLightDiameter = fmin(fmax(atof(value), 0.0), 3000.0);
728 ALOGD("lightDiameter = %.2f", propertyLightDiameter);
Caches.h 368 float propertyLightDiameter;

Completed in 36 milliseconds