HomeSort by relevance Sort by last modified time
    Searched refs:overrideLightPosY (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Properties.h 288 static float overrideLightPosY;
ShadowTessellator.cpp 68 if (CC_UNLIKELY(Properties::overrideLightPosY > 0)) {
69 adjustedLightCenter.y = - Properties::overrideLightPosY; // negated since this shifts up
Properties.cpp 58 float Properties::overrideLightPosY = -1.0f;
182 overrideLightPosY = std::min(std::max(atof(value), 0.0), 3000.0);
183 ALOGD("lightPos Y = %.2f", overrideLightPosY);

Completed in 44 milliseconds