Searched refs:mImageWidth (Results 1 – 1 of 1) sorted by relevance
73 private int mImageWidth; field in ImageGenerator248 mImageWidth = initialImageWidth; in ImageGenerator()253 mBufferedImage = new BufferedImage(mImageWidth, mImageHeight, BufferedImage.TYPE_BYTE_GRAY); in ImageGenerator()423 if (lineWidth + tokenWidth > mImageWidth) { in wrapText()510 if (textWidth > mImageWidth) { in measureTextWidth()515 + mImageWidth in measureTextWidth()547 resize(mImageWidth, mImageHeight * 2); in drawText()558 ? (mImageWidth - lineInfo.mLineWidth) / 2 in drawText()560 ? mImageWidth - lineInfo.mLineWidth in drawText()569 List<Integer> info = encodeTextInfo(mImageWidth, currentImageHeight, languageTag); in drawText()[all …]