Searched defs:accelerator_subset_t (Results 1 – 2 of 2) sorted by relevance
1183 …struct accelerator_subset_t : accelerator_templ_t<CFF1PrivateDictOpSet_Subset, CFF1PrivateDictValu… struct1185 void init (hb_face_t *face) in init()1206 bool is_predef_encoding () const { return topDict.EncodingOffset <= ExpertEncoding; } in is_predef_encoding()1208 hb_codepoint_t glyph_to_code (hb_codepoint_t glyph) const in glyph_to_code()1232 hb_codepoint_t glyph_to_sid (hb_codepoint_t glyph) const in glyph_to_sid()1257 const Encoding *encoding;1260 typedef accelerator_templ_t<CFF1PrivateDictOpSet_Subset, CFF1PrivateDictValues_Subset> SUPER;
533 …ccelerator_templ_t<CFF2PrivateDictOpSet_Subset, CFF2PrivateDictValues_Subset> accelerator_subset_t; typedef