Home | History | Annotate | Download | only in hwui

Lines Matching full:shadow

244             Rect shadow(mLocalBounds);
245 shadow.translate(drawModifiers.mShadowDx, drawModifiers.mShadowDy);
246 shadow.outset(drawModifiers.mShadowRadius);
247 localBounds.unionWith(shadow);
1473 // directly, we do not need to account for shadow by calling getLocalBounds()