Home | History | Annotate | Download | only in rendering

Lines Matching full:width

80                     xPos = (width() - legend->width()) / 2;
83 xPos = width() - paddingRight() - borderRight() - legend->width() - legend->marginRight();
88 xPos = width() - paddingRight() - borderRight() - legend->width();
91 xPos = (width() - legend->width()) / 2;
125 int w = width();
146 return paintBorderMinusLegend(paintInfo.context, tx, ty, w, h, style(), legend->x(), legend->width(), legendBottom);
157 legend->width(), clipHeight));
168 int w = width();