Lines Matching full:shadow
253 Rect shadow(mLocalBounds);254 shadow.translate(textShadow.dx, textShadow.dx);255 shadow.outset(textShadow.radius);256 localBounds.unionWith(shadow);1357 // directly, we do not need to account for shadow by calling getLocalBounds()