Searched refs:textWidth (Results 1 – 1 of 1) sorted by relevance
504 int textWidth = 0; in measureTextWidth() local506 textWidth = Math.max(textWidth, lineInfo.mLineWidth); in measureTextWidth()510 if (textWidth > mImageWidth) { in measureTextWidth()513 + textWidth in measureTextWidth()520 return textWidth; in measureTextWidth()611 int textWidth = 0; in generateImage() local618 textWidth = Math.max(textWidth, measureTextWidth(localizedTextMap.get(locale), locale)); in generateImage()622 resize(textWidth, mImageHeight); in generateImage()