Home
last modified time | relevance | path

Searched defs:FontLanguage (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontLanguage.h35 struct FontLanguage { struct
38 FontLanguage() : mScript(0ul), mLanguage(0ul), mSubScriptBits(0ul) {} in FontLanguage() function
54 bool isEqualScript(const FontLanguage& other) const; argument
77 // mLanguage = 0 means the FontLanguage is unsupported. argument
101 FontLanguages(std::vector<FontLanguage>&& languages); argument
DFontLanguage.cpp31 FontLanguage::FontLanguage(const char* buf, size_t length) : FontLanguage() { in FontLanguage() function in android::FontLanguage