Searched refs:rectBound (Results 1 – 1 of 1) sorted by relevance
139 … private static void paintSpotShadow(float[] poly, Rect rectBound, float elevation, Canvas canvas, in paintSpotShadow() argument151 float lightX = (rectBound.left + rectBound.right) / 2; in paintSpotShadow()152 float lightY = rectBound.top; in paintSpotShadow()154 int dynamicLightRadius = Math.min(rectBound.width(), rectBound.height()); in paintSpotShadow()