Searched refs:SCRIPT_TAG (Results 1 – 1 of 1) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | FontLanguage.cpp | 26 #define SCRIPT_TAG(c1, c2, c3, c4) \ macro 53 mScript = SCRIPT_TAG(buf[i], buf[i + 1], buf[i + 2], buf[i + 3]); in FontLanguage() 64 case SCRIPT_TAG('B', 'o', 'p', 'o'): in scriptToSubScriptBits() 67 case SCRIPT_TAG('H', 'a', 'n', 'g'): in scriptToSubScriptBits() 70 case SCRIPT_TAG('H', 'a', 'n', 'b'): in scriptToSubScriptBits() 74 case SCRIPT_TAG('H', 'a', 'n', 'i'): in scriptToSubScriptBits() 77 case SCRIPT_TAG('H', 'a', 'n', 's'): in scriptToSubScriptBits() 80 case SCRIPT_TAG('H', 'a', 'n', 't'): in scriptToSubScriptBits() 83 case SCRIPT_TAG('H', 'i', 'r', 'a'): in scriptToSubScriptBits() 86 case SCRIPT_TAG('H', 'r', 'k', 't'): in scriptToSubScriptBits() [all …]
|