Home | History | Annotate | Download | only in src

Lines Matching refs:accels

2758       this->accels = (hb_ot_layout_lookup_accelerator_t *) calloc (this->lookup_count, sizeof (hb_ot_layout_lookup_accelerator_t));
2759 if (unlikely (!this->accels))
2763 this->accels[i].init (table->get_lookup (i));
2769 this->accels[i].fini ();
2770 free (this->accels);
2776 hb_ot_layout_lookup_accelerator_t *accels;