Searched defs:HyphenEdit (Results 1 - 1 of 1) sorted by last modified time

/frameworks/minikin/include/minikin/
H A DMinikinFont.h33 class HyphenEdit { class in namespace:android
35 HyphenEdit() : hyphen(0) { } function in class:android::HyphenEdit
36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { } function in class:android::HyphenEdit
38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }
62 HyphenEdit hyphenEdit;

Completed in 1307 milliseconds