Home | History | Annotate | Download | only in rendering

Lines Matching refs:charWidth

2029             float charWidth = 0;
2064 wrapW += charWidth;
2065 charWidth = textWidth(t, pos, 1, f, width.committedWidth() + wrapW, isFixedPitch, collapseWhiteSpace);
2066 midWordBreak = width.committedWidth() + wrapW + charWidth > width.availableWidth();
2116 int charWidth = textWidth(t, pos, 1, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace) + (applyWordSpacing ? wordSpacing : 0);
2122 if (!width.fitsOnLine(charWidth)) {