Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java177 public int mLineWidth; field in ImageGenerator.WrappedTextInfo.LineInfo
181 mLineWidth = width; in LineInfo()
506 textWidth = Math.max(textWidth, lineInfo.mLineWidth); in measureTextWidth()
558 ? (mImageWidth - lineInfo.mLineWidth) / 2 in drawText()
560 ? mImageWidth - lineInfo.mLineWidth in drawText()