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

/frameworks/minikin/include/minikin/
H A DHyphenator.h30 enum class HyphenationType : uint8_t { class in namespace:minikin
100 static uint32_t editForThisLine(HyphenationType type);
101 static uint32_t editForNextLine(HyphenationType type);
126 void hyphenate(std::vector<HyphenationType>* result, const uint16_t* word, size_t len,
143 void hyphenateWithNoPatterns(HyphenationType* result, const uint16_t* word, size_t len,
150 HyphenationType alphabetLookup(uint16_t* alpha_codes, const uint16_t* word, size_t len);
153 void hyphenateFromCodes(HyphenationType* result, const uint16_t* codes, size_t len,
154 HyphenationType hyphenValue);

Completed in 291 milliseconds