Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh1203 …struct accelerator_subset_t : accelerator_templ_t<cff1_private_dict_opset_subset, cff1_private_dic… struct
1205 void init (hb_face_t *face) in init()
1226 bool is_predef_encoding () const { return topDict.EncodingOffset <= ExpertEncoding; } in is_predef_encoding()
1228 hb_codepoint_t glyph_to_code (hb_codepoint_t glyph) const in glyph_to_code()
1252 hb_codepoint_t glyph_to_sid (hb_codepoint_t glyph) const in glyph_to_sid()
1277 const Encoding *encoding;
1280 …pedef accelerator_templ_t<cff1_private_dict_opset_subset, cff1_private_dict_values_subset_t> SUPER;
Dhb-ot-cff2-table.hh538 …_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t> accelerator_subset_t; typedef