Searched refs:indentWidth (Results 1 – 2 of 2) sorted by relevance
362 final int indentWidth; in getJustifyWidth() local365 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()367 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()371 indentWidth = -getIndentAdjust(lineNum, Alignment.ALIGN_RIGHT); in getJustifyWidth()373 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in getJustifyWidth()376 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_CENTER); in getJustifyWidth()379 return right - left - indentWidth; in getJustifyWidth()503 final int indentWidth; in drawText() local506 indentWidth = getIndentAdjust(lineNum, Alignment.ALIGN_LEFT); in drawText()507 x = left + indentWidth; in drawText()[all …]
264 const float indentWidth = mIndentMult * getScale(); in drawWrappedString() local289 float xposAdj = (start == mangle) ? xpos : xpos + indentWidth; in drawWrappedString()