Searched refs:hyphenType (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp249 cand.hyphenType = HyphenationType::BREAK_AND_DONT_INSERT_HYPHEN;
266 cand.hyphenType = hyph;
277 mLastHyphenation | HyphenEdit::editForThisLine(bestCandidate.hyphenType));
284 mLastHyphenation = HyphenEdit::editForNextLine(bestCandidate.hyphenType);
388 int flags = HyphenEdit::editForThisLine(mCandidates[i].hyphenType);
390 flags |= HyphenEdit::editForNextLine(mCandidates[prev].hyphenType);
/frameworks/minikin/include/minikin/
H A DLineBreaker.h201 HyphenationType hyphenType; member in struct:minikin::LineBreaker::Candidate

Completed in 2880 milliseconds