Home
last modified time | relevance | path

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

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