Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShadowTessellator.cpp97 Rect lightRect = Rect(adjustedLightCenter.x - lightRadius, adjustedLightCenter.y - lightRadius, in tessellateSpotShadow() local
99 lightRect.unionWith(localClip); in tessellateSpotShadow()
100 if (!lightRect.intersects(casterBounds)) { in tessellateSpotShadow()