Searched refs:lineWidth (Results 1 – 1 of 1) sorted by relevance
410 int lineWidth = 0; // Width of the processed words of the current line. in wrapText() local423 if (lineWidth + tokenWidth > mImageWidth) { in wrapText()424 info.addLine(line.toString(), lineWidth, metrics.getFont(), mDefaultFont); in wrapText() local427 lineWidth = 0; in wrapText()430 lineWidth += tokenWidth; in wrapText()433 info.addLine(line.toString(), lineWidth, metrics.getFont(), mDefaultFont); in wrapText() local