Lines Matching refs:accelerator_t
290 struct accelerator_t struct
292 accelerator_t () {} in accelerator_t() function
293 accelerator_t (const CmapSubtableFormat4 *subtable) { init (subtable); } in accelerator_t() function
294 ~accelerator_t () { fini (); } in ~accelerator_t() argument
355 { return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph); } in get_glyph_func()
443 accelerator_t accel (this); in get_glyph()
448 accelerator_t accel (this); in collect_unicodes()
455 accelerator_t accel (this); in collect_mapping()
1511 struct accelerator_t struct
1649 CmapSubtableFormat4::accelerator_t format4_accel; argument
1711 struct cmap_accelerator_t : cmap::accelerator_t {};