Lines Matching refs:postBreak
162 ParaWidth postBreak = mWidth; in addStyleRun() local
171 postBreak = mWidth; in addStyleRun()
211 ParaWidth hyphPreBreak = postBreak - secondPartWidth; in addStyleRun()
224 addWordBreak(current, mWidth, postBreak, mSpaceCount, postSpaceCount, in addStyleRun()
240 ParaWidth postBreak, in addWordBreak() argument
250 if (postBreak - width > currentLineWidth() + LIBTXT_WIDTH_ADJUST) { in addWordBreak()
262 cand.postBreak = width; in addWordBreak()
269 ALOGD("desperate cand: %zd %g:%g", mCandidates.size(), cand.postBreak, in addWordBreak()
280 cand.postBreak = postBreak; in addWordBreak()
286 ALOGD("cand: %zd %g:%g", mCandidates.size(), cand.postBreak, cand.preBreak); in addWordBreak()
295 bestCandidate.offset, bestCandidate.postBreak - mPreBreak, in pushGreedyBreak()
315 if (cand.postBreak - mPreBreak > currentLineWidth() + LIBTXT_WIDTH_ADJUST) { in addCandidate()
326 cand.postBreak - mPreBreak > in addCandidate()
401 mCandidates[nCand - 1].postBreak - mPreBreak, mLastHyphenation); in computeBreaksGreedy()
420 mWidths.push_back(mCandidates[i].postBreak - mCandidates[prev].preBreak); in finishBreaksOptimal()
450 ParaWidth leftEdge = mCandidates[i].postBreak - width; in computeBreaksOptimal()
460 leftEdge = mCandidates[i].postBreak - width; in computeBreaksOptimal()