Lines Matching full:width
116 return ts << "at (" << r.x() << "," << r.y() << ") size " << r.width() << "x" << r.height();
140 if (hasFractions(r.width()))
141 ts << r.width();
143 ts << int(r.width());
169 ts << "width=";
170 if (hasFractions(s.width()))
171 ts << s.width();
173 ts << int(s.width());
280 writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0);
338 ts << " at (" << text.x() << "," << text.y() << ") size " << box->width() << "x" << box->height() << " contains " << chunks.size() << " chunk(s)";
428 ts << " width " << cummulatedWidthOfInlineBoxCharacterRange(range);