Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp707 propertySpotShadowStrength = -1; in initTempProperties()
733 propertySpotShadowStrength = atoi(value); in setTempProperty()
734 ALOGD("spot shadow strength = 0x%x out of 0xff", propertySpotShadowStrength); in setTempProperty()
DCaches.h370 int propertySpotShadowStrength; variable
DOpenGLRenderer.cpp3161 if (CC_UNLIKELY(mCaches.propertySpotShadowStrength >= 0)) {
3162 spotShadowAlpha = mCaches.propertySpotShadowStrength;