Home | History | Annotate | Download | only in rendering

Lines Matching refs:stripWidth

1057         int stripWidth = isHorizontal() ? totalLogicalWidth : width();
1061 boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, stripX, stripY, stripWidth, stripHeight, this, w, h, op);
1148 int stripWidth = isHorizontal() ? totalLogicalWidth : w;
1152 boxModelObject()->paintBorder(context, stripX, stripY, stripWidth, stripHeight, renderer()->style());
1228 int stripWidth = isHorizontal() ? totalLogicalWidth : w;
1232 boxModelObject()->paintNinePieceImage(paintInfo.context, stripX, stripY, stripWidth, stripHeight, renderer()->style(), maskNinePieceImage, compositeOp);