HomeSort by relevance Sort by last modified time
    Searched defs:postBreak (Results 1 - 3 of 3) sorted by null

  /frameworks/minikin/include/minikin/
LineBreaker.h 193 ParaWidth postBreak;
202 void addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak, float penalty,
  /frameworks/minikin/libs/minikin/
LineBreaker.cpp 146 ParaWidth postBreak = mWidth;
160 postBreak = mWidth;
201 ParaWidth hyphPreBreak = postBreak - secondPartWith;
212 addWordBreak(current, mWidth, postBreak, penalty, 0);
225 void LineBreaker::addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak,
229 if (postBreak - width > currentLineWidth()) {
240 cand.postBreak = width;
245 mCandidates.size(), cand.postBreak, cand.preBreak);
255 cand.postBreak = postBreak;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 319 milliseconds