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

/frameworks/minikin/libs/minikin/
H A DLineBreakerUtil.h81 const std::vector<HyphenationType> hyphenResult = local
84 const HyphenationType hyph = hyphenResult[hyphenationTargetRange.toRangeOffset(i)];
H A DGreedyLineBreaker.cpp183 const std::vector<HyphenationType> hyphenResult = local
191 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(i)];
213 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)];
242 const HyphenationType hyph = hyphenResult[targetRange.toRangeOffset(prevOffset)];

Completed in 98 milliseconds