Home | History | Annotate | Download | only in rendering

Lines Matching refs:shadowLeft

4111         LayoutUnit shadowLeft;
4115 style()->getBoxShadowExtent(shadowTop, shadowRight, shadowBottom, shadowLeft);
4118 overflowMinX = borderBox.x() + ((!isFlipped || isHorizontal) ? shadowLeft : -shadowRight);
4119 overflowMaxX = borderBox.maxX() + ((!isFlipped || isHorizontal) ? shadowRight : -shadowLeft);