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

  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 72 if (CC_UNLIKELY(caches.propertyLightPosY > 0)) {
73 adjustedLightCenter.y = - caches.propertyLightPosY; // negated since this shifts up
Caches.cpp 713 propertyLightPosY = -1.0f;
731 propertyLightPosY = fmin(fmax(atof(value), 0.0), 3000.0);
732 ALOGD("lightPos Y = %.2f", propertyLightPosY);
Caches.h 369 float propertyLightPosY;

Completed in 50 milliseconds