Searched defs:lightRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp96 Rect lightRect = Rect(adjustedLightCenter.x - lightRadius, adjustedLightCenter.y - lightRadius, local
98 lightRect.unionWith(localClip);
99 if (!lightRect.intersects(casterBounds)) {

Completed in 58 milliseconds