Searched refs:DictValues (Results 1 – 3 of 3) sorted by relevance
210 struct CFF2FontDictValues : DictValues<OpStr>214 DictValues<OpStr>::init (); in init()217 void fini () { DictValues<OpStr>::fini (); } in fini()249 struct CFF2PrivateDictValues_Base : DictValues<VAL>253 DictValues<VAL>::init (); in init()258 void fini () { DictValues<VAL>::fini (); } in fini()263 for (unsigned int i = 0; i < DictValues<VAL>::get_count; i++) in calculate_serialized_size()264 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()267 size += DictValues<VAL>::get_value (i).str.len; in calculate_serialized_size()
48 template <typename VAL> struct DictValues : ParsedValues<VAL> {}; struct51 struct TopDictValues : DictValues<OPSTR>55 DictValues<OPSTR>::init (); in init()59 void fini () { DictValues<OPSTR>::fini (); } in fini()
810 struct CFF1FontDictValues : DictValues<OpStr>814 DictValues<OpStr>::init (); in init()818 void fini () { DictValues<OpStr>::fini (); } in fini()856 struct CFF1PrivateDictValues_Base : DictValues<VAL>860 DictValues<VAL>::init (); in init()864 void fini () { DictValues<VAL>::fini (); } in fini()869 for (unsigned int i = 0; i < DictValues<VAL>::get_count; i++) in calculate_serialized_size()870 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()873 size += DictValues<VAL>::get_value (i).str.len; in calculate_serialized_size()