HomeSort by relevance Sort by last modified time
    Searched defs:hyphenEdit (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/include/minikin/
MinikinFont.h 33 class HyphenEdit {
35 HyphenEdit() : hyphen(0) { }
36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { }
38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
62 HyphenEdit hyphenEdit;
LineBreaker.h 198 uint8_t hyphenEdit;

Completed in 81 milliseconds