Home
last modified time | relevance | path

Searched refs:mLastHyphenation (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.cpp90 mLastHyphenation = HyphenEdit::NO_EDIT; in setText()
298 mLastHyphenation | HyphenEdit::editForThisLine(bestCandidate.hyphenType)); in pushGreedyBreak()
305 mLastHyphenation = HyphenEdit::editForNextLine(bestCandidate.hyphenType); in pushGreedyBreak()
407 mCandidates[nCand - 1].postBreak - mPreBreak, mLastHyphenation); in computeBreaksGreedy()
DLineBreaker.h261 uint32_t mLastHyphenation; // hyphen edit of last break kept for next line variable