HomeSort by relevance Sort by last modified time
    Searched refs:DictValues (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-cff-interp-dict-common.hh 48 template <typename VAL> struct DictValues : ParsedValues<VAL> {};
51 struct TopDictValues : DictValues<OPSTR>
55 DictValues<OPSTR>::init ();
59 void fini () { DictValues<OPSTR>::fini (); }
hb-ot-cff2-table.hh 210 struct CFF2FontDictValues : DictValues<OpStr>
214 DictValues<OpStr>::init ();
217 void fini () { DictValues<OpStr>::fini (); }
249 struct CFF2PrivateDictValues_Base : DictValues<VAL>
253 DictValues<VAL>::init ();
258 void fini () { DictValues<VAL>::fini (); }
263 for (unsigned int i = 0; i < DictValues<VAL>::get_count; i++)
264 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs)
267 size += DictValues<VAL>::get_value (i).str.len;
hb-ot-cff1-table.hh 810 struct CFF1FontDictValues : DictValues<OpStr>
814 DictValues<OpStr>::init ();
818 void fini () { DictValues<OpStr>::fini (); }
856 struct CFF1PrivateDictValues_Base : DictValues<VAL>
860 DictValues<VAL>::init ();
864 void fini () { DictValues<VAL>::fini (); }
869 for (unsigned int i = 0; i < DictValues<VAL>::get_count; i++)
870 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs)
873 size += DictValues<VAL>::get_value (i).str.len;
    [all...]

Completed in 195 milliseconds