Home
last modified time | relevance | path

Searched refs:propertyLightPosY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DShadowTessellator.cpp72 if (CC_UNLIKELY(caches.propertyLightPosY > 0)) { in tessellateSpotShadow()
73 adjustedLightCenter.y = - caches.propertyLightPosY; // negated since this shifts up in tessellateSpotShadow()
DCaches.cpp703 propertyLightPosY = -1.0f; in initTempProperties()
721 propertyLightPosY = fmin(fmax(atof(value), 0.0), 3000.0); in setTempProperty()
722 ALOGD("lightPos Y = %.2f", propertyLightPosY); in setTempProperty()
DCaches.h366 float propertyLightPosY; variable