Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxShadow

3529         if (const ShadowData* boxShadow = renderer()->style()->boxShadow()) {
3532 if (boxShadow->style() == Normal) {
3534 shadowRect.move(boxShadow->x(), boxShadow->y());
3535 shadowRect.inflate(boxShadow->blur() + boxShadow->spread());
3539 boxShadow = boxShadow->next();
3540 } while (boxShadow);