Searched refs:DictInterpreter (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff2-table.hh | 400 typedef DictInterpreter<CFF2TopDictOpSet, CFF2TopDictValues> CFF2TopDict_Interpreter; 401 typedef DictInterpreter<CFF2FontDictOpSet, CFF2FontDictValues> CFF2FontDict_Interpreter; 484 DictInterpreter<PRIVOPSET, PRIVDICTVAL, CFF2PrivDictInterpEnv> priv_interp; in init()
|
D | hb-ot-cff1-table.hh | 973 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()
|
D | hb-cff-interp-dict-common.hh | 273 struct DictInterpreter : Interpreter<ENV> struct
|