Searched refs:indentWidth (Results 1 – 2 of 2) sorted by relevance
394 final int indentWidth; in getJustifyWidth() local397 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()399 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()403 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()405 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()408 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth()411 return right - left - indentWidth; in getJustifyWidth()539 final int indentWidth; in drawText() local542 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()543 x = left + indentWidth; in drawText()[all …]
264 const float indentWidth = mIndentMult * getScale(); in drawWrappedString() local289 float xposAdj = (start == mangle) ? xpos : xpos + indentWidth; in drawWrappedString()