Searched defs:hyph (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/app/
H A DHyphTool.cpp36 Hyphenator* hyph = loadHybFile("/tmp/en.hyb"); // should also be configurable local
53 hyph->hyphenate(&result, word.data(), word.size());
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp188 uint8_t hyph = mHyphBuf[j - wordStart]; local
189 if (hyph) {
190 paint->hyphenEdit = hyph;
202 addWordBreak(j, hyphPreBreak, hyphPostBreak, hyphenPenalty, hyph);
226 float penalty, uint8_t hyph) {
257 cand.hyphenEdit = hyph;
288 void LineBreaker::pushBreak(int offset, float width, uint8_t hyph) { argument
292 flags |= hyph;
225 addWordBreak(size_t offset, ParaWidth preBreak, ParaWidth postBreak, float penalty, uint8_t hyph) argument

Completed in 108 milliseconds