Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DLightingInfo.h50 if (CC_UNLIKELY(Properties::overrideLightPosY > 0 || Properties::overrideLightPosZ > 0)) { in getLightCenter()
52 if (CC_UNLIKELY(Properties::overrideLightPosY > 0)) { in getLightCenter()
54 adjustedLightCenter.y = -Properties::overrideLightPosY; in getLightCenter()
H A DProperties.cpp60 float Properties::overrideLightPosY = -1.0f; member in android::uirenderer::Properties
163 overrideLightPosY = std::min(std::max(atof(value), 0.0), 3000.0); in overrideProperty()
164 ALOGD("lightPos Y = %.2f", overrideLightPosY); in overrideProperty()
H A DProperties.h239 static float overrideLightPosY; variable