OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overrideAmbientShadowStrength
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/pipeline/skia/
SkiaPipeline.h
68
if (CC_UNLIKELY(Properties::
overrideAmbientShadowStrength
>= 0)) {
69
return Properties::
overrideAmbientShadowStrength
;
/frameworks/base/libs/hwui/
Properties.h
306
static int
overrideAmbientShadowStrength
;
Properties.cpp
61
int Properties::
overrideAmbientShadowStrength
= -1;
193
overrideAmbientShadowStrength
= atoi(value);
194
ALOGD("ambient shadow strength = 0x%x out of 0xff",
overrideAmbientShadowStrength
);
BakedOpDispatcher.cpp
694
if (CC_UNLIKELY(Properties::
overrideAmbientShadowStrength
>= 0)) {
695
ambientShadowAlpha = Properties::
overrideAmbientShadowStrength
;
[
all
...]
Completed in 859 milliseconds