Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxShadow

3541         if (const ShadowData* boxShadow = renderer()->style()->boxShadow()) {
3544 if (boxShadow->style() == Normal) {
3546 shadowRect.move(boxShadow->x(), boxShadow->y());
3547 shadowRect.inflate(boxShadow->blur() + boxShadow->spread());
3551 boxShadow = boxShadow->next();
3552 } while (boxShadow);