Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh210 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()
Dhb-cff-interp-dict-common.hh48 template <typename VAL> struct DictValues : ParsedValues<VAL> {}; struct
51 struct TopDictValues : DictValues<OPSTR>
55 DictValues<OPSTR>::init (); in init()
59 void fini () { DictValues<OPSTR>::fini (); } in fini()
Dhb-ot-cff1-table.hh810 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()