Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DMeasuredText.h157 struct HyphenBreak { struct
170 HyphenBreak(uint32_t offset, HyphenationType type, float first, float second) in HyphenBreak() function
180 std::vector<HyphenBreak> hyphenBreaks;
190 return sizeof(float) * widths.size() + sizeof(HyphenBreak) * hyphenBreaks.size() + in getMemoryUsage()
/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp185 void appendWithMerging(std::vector<HyphenBreak>::const_iterator hyIter, in appendWithMerging()
186 std::vector<HyphenBreak>::const_iterator endHyIter, in appendWithMerging()
245 std::vector<HyphenBreak> hyphenedBreaks; in populateCandidates()
DLineBreakerUtil.h70 std::vector<HyphenBreak>* out, // An output to be appended. in populateHyphenationPoints()