Home
last modified time | relevance | path

Searched refs:HyphenBreak (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
DMeasuredText.h235 struct HyphenBreak { struct
248 HyphenBreak(uint32_t offset, HyphenationType type, float first, float second) in HyphenBreak() argument
258 std::vector<HyphenBreak> hyphenBreaks;
/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp241 void appendWithMerging(std::vector<HyphenBreak>::const_iterator hyIter, in appendWithMerging()
242 std::vector<HyphenBreak>::const_iterator endHyIter, in appendWithMerging()
313 std::vector<HyphenBreak> hyphenedBreaks; in populateCandidates()
DLineBreakerUtil.h83 std::vector<HyphenBreak>* out, // An output to be appended. in populateHyphenationPoints()