Lines Matching refs:tlist
63 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist; member
69 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local
73 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table()
92 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
93 p->next = tlist; in hb_graphite2_get_table()
95 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table()
108 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_release_table() local
111 hb_graphite2_tablelist_t *curr = tlist; in hb_graphite2_release_table()
117 face_data->tlist.cmpexch(tlist, curr->next); in hb_graphite2_release_table()
162 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
164 while (tlist) in _hb_graphite2_shaper_face_data_destroy()
166 hb_graphite2_tablelist_t *old = tlist; in _hb_graphite2_shaper_face_data_destroy()
167 hb_blob_destroy (tlist->blob); in _hb_graphite2_shaper_face_data_destroy()
168 tlist = tlist->next; in _hb_graphite2_shaper_face_data_destroy()