Home
last modified time | relevance | path

Searched refs:lineWidth (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/tools/image_generator/
DImageGenerator.java410 int lineWidth = 0; // Width of the processed words of the current line. in wrapText() local
423 if (lineWidth + tokenWidth > mImageWidth) { in wrapText()
424 info.addLine(line.toString(), lineWidth, metrics.getFont(), mDefaultFont); in wrapText() local
427 lineWidth = 0; in wrapText()
430 lineWidth += tokenWidth; in wrapText()
433 info.addLine(line.toString(), lineWidth, metrics.getFont(), mDefaultFont); in wrapText() local