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

  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 44 if (CC_UNLIKELY(caches.propertyAmbientRatio > 0.0f)) {
45 heightFactor *= caches.propertyAmbientRatio;
Caches.cpp 705 propertyAmbientRatio = -1.0f;
713 propertyAmbientRatio = fmin(fmax(atof(value), 0.0), 10.0);
714 ALOGD("ambientRatio = %.2f", propertyAmbientRatio);
Caches.h 368 float propertyAmbientRatio;

Completed in 73 milliseconds