Searched refs:postBreak (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | LineBreaker.cpp | 173 ParaWidth postBreak = mWidth; in addStyleRun() local 188 postBreak = mWidth; in addStyleRun() 230 ParaWidth hyphPreBreak = postBreak - secondPartWidth; in addStyleRun() 243 addWordBreak(current, mWidth, postBreak, mSpaceCount, postSpaceCount, penalty, in addStyleRun() 257 void LineBreaker::addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak, in addWordBreak() argument 261 if (postBreak - width > currentLineWidth()) { in addWordBreak() 272 cand.postBreak = width; in addWordBreak() 280 mCandidates.size(), cand.postBreak, cand.preBreak); in addWordBreak() 290 cand.postBreak = postBreak; in addWordBreak() 296 ALOGD("cand: %zd %g:%g", mCandidates.size(), cand.postBreak, cand.preBreak); in addWordBreak() [all …]
|
/frameworks/minikin/include/minikin/ |
D | LineBreaker.h | 198 ParaWidth postBreak; // width of text until this point, if we decide to break here member 209 void addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak,
|