Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.h85 if (CC_UNLIKELY(Properties::overrideLightPosY > 0 || Properties::overrideLightPosZ > 0)) { in getLightCenter()
87 if (CC_UNLIKELY(Properties::overrideLightPosY > 0)) { in getLightCenter()
89 adjustedLightCenter.y = -Properties::overrideLightPosY; in getLightCenter()
/frameworks/base/libs/hwui/
DProperties.cpp44 float Properties::overrideLightPosY = -1.0f; member in android::uirenderer::Properties
147 overrideLightPosY = std::min(std::max(atof(value), 0.0), 3000.0); in overrideProperty()
148 ALOGD("lightPos Y = %.2f", overrideLightPosY); in overrideProperty()
DProperties.h210 static float overrideLightPosY; variable