OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overridelightposy
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
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
);
ShadowTessellator.cpp
68
if (CC_UNLIKELY(Properties::
overrideLightPosY
> 0)) {
69
adjustedLightCenter.y = - Properties::
overrideLightPosY
; // negated since this shifts up
Properties.h
288
static float
overrideLightPosY
;
Completed in 145 milliseconds