Home
last modified time | relevance | path

Searched refs:DictInterpreter (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh400 typedef DictInterpreter<CFF2TopDictOpSet, CFF2TopDictValues> CFF2TopDict_Interpreter;
401 typedef DictInterpreter<CFF2FontDictOpSet, CFF2FontDictValues> CFF2FontDict_Interpreter;
484 DictInterpreter<PRIVOPSET, PRIVDICTVAL, CFF2PrivDictInterpEnv> priv_interp; in init()
Dhb-ot-cff1-table.hh973 typedef DictInterpreter<CFF1TopDictOpSet, CFF1TopDictValues, CFF1TopDictInterpEnv> CFF1TopDict_Inte…
974 typedef DictInterpreter<CFF1FontDictOpSet, CFF1FontDictValues> CFF1FontDict_Interpreter;
975 typedef DictInterpreter<CFF1PrivateDictOpSet, CFF1PrivateDictValues> CFF1PrivateDict_Interpreter;
1097 DictInterpreter<PRIVOPSET, PRIVDICTVAL> priv_interp; in init()
1115 DictInterpreter<PRIVOPSET, PRIVDICTVAL> priv_interp; in init()
Dhb-cff-interp-dict-common.hh273 struct DictInterpreter : Interpreter<ENV> struct