Home
last modified time | relevance | path

Searched refs:CFF1FontDictValues (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh810 struct CFF1FontDictValues : DictValues<OpStr> struct
826 static void process_op (OpCode op, NumInterpEnv& env, CFF1FontDictValues& dictval) in process_op()
974 typedef DictInterpreter<CFF1FontDictOpSet, CFF1FontDictValues> CFF1FontDict_Interpreter;
1087 CFF1FontDictValues *font; in init()
1091 if (unlikely (font == &Crap(CFF1FontDictValues))) { fini (); return; } in init()
1171 hb_vector_t<CFF1FontDictValues> fontDicts;
Dhb-subset-cff1.cc219 void init (const CFF1FontDictValues *base_, in init()
232 const CFF1FontDictValues *base;
804 fontdict_mod.init ( &Null(CFF1FontDictValues), CFF_UNDEF_SID, privInfo ); in create()