Home | History | Annotate | Download | only in hwui

Lines Matching refs:spotShadowAlpha

718     uint8_t spotShadowAlpha = renderer.getLightInfo().spotShadowAlpha;
720 spotShadowAlpha = Properties::overrideSpotShadowStrength;
722 if (spotShadowVertexBuffer && spotShadowAlpha > 0) {
723 paint.setAlpha((uint8_t)(casterAlpha * spotShadowAlpha));