Lines Matching defs:rWidth
556 int i, rWidth;
559 rWidth = 0;
570 rWidth += CharWidth(sink, fontset, fromx + rWidth, c);
578 *resWidth = rWidth;
592 int i, lastWidth, whiteSpaceWidth, rWidth;
599 rWidth = lastWidth = whiteSpaceWidth = 0;
603 for (i = 0, idx = fromPos; rWidth <= width; i++, idx++) {
611 lastWidth = rWidth;
612 rWidth += CharWidth(sink, fontset, fromx + rWidth, c);
619 && rWidth <= width) {
622 whiteSpaceWidth = rWidth;
626 if (rWidth > width && idx > fromPos) {
628 rWidth = lastWidth;
631 rWidth = whiteSpaceWidth;
639 *resWidth = rWidth;