Searched refs:postSpaceCount (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | LineBreaker.cpp | 158 size_t postSpaceCount = mSpaceCount; in addStyleRun() local 167 postSpaceCount = mSpaceCount; in addStyleRun() 208 addWordBreak(j, hyphPreBreak, hyphPostBreak, postSpaceCount, in addStyleRun() 209 postSpaceCount, hyphenPenalty, hyph); in addStyleRun() 219 addWordBreak(current, mWidth, postBreak, mSpaceCount, postSpaceCount, in addStyleRun() 237 size_t postSpaceCount, in addWordBreak() argument 259 cand.preSpaceCount = postSpaceCount; in addWordBreak() 260 cand.postSpaceCount = postSpaceCount; in addWordBreak() 278 cand.postSpaceCount = postSpaceCount; in addWordBreak() 497 if (-delta < maxShrink * (mCandidates[i].postSpaceCount - in computeBreaksOptimal()
|
D | LineBreaker.h | 200 size_t postSpaceCount; // preceding space count after breaking member 213 size_t postSpaceCount,
|