Searched refs:overrideLightPosY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp68 if (CC_UNLIKELY(Properties::overrideLightPosY > 0)) {
69 adjustedLightCenter.y = - Properties::overrideLightPosY; // negated since this shifts up
H A DProperties.h288 static float overrideLightPosY; member in class:android::uirenderer::Properties
H A DProperties.cpp58 float Properties::overrideLightPosY = -1.0f; member in class:android::uirenderer::Properties
182 overrideLightPosY = std::min(std::max(atof(value), 0.0), 3000.0);
183 ALOGD("lightPos Y = %.2f", overrideLightPosY);

Completed in 50 milliseconds