Home
last modified time | relevance | path

Searched defs:CFF1TopDictValuesMod (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff1.cc82 struct CFF1TopDictValuesMod : CFF1TopDictValues struct
84 void init (const CFF1TopDictValues *base_= &Null(CFF1TopDictValues)) in init()
90 void fini () { SUPER::fini (); } in fini()
92 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()
93 const CFF1TopDictVal &get_value (unsigned int i) const in get_value()
100 const CFF1TopDictVal &operator [] (unsigned int i) const { return get_value (i); } in operator []()
102 void reassignSIDs (const RemapSID& sidmap) in reassignSIDs()
109 typedef CFF1TopDictValues SUPER;
110 const CFF1TopDictValues *base;