Home
last modified time | relevance | path

Searched refs:hb_graphite2_tablelist_t (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc60 typedef struct hb_graphite2_tablelist_t struct
62 struct hb_graphite2_tablelist_t *next;
65 } hb_graphite2_tablelist_t; typedef
71 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist;
77 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
81 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table()
91 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) hb_calloc (1, sizeof (hb_graphite2_tablelist_t)); in hb_graphite2_get_table()
100 hb_graphite2_tablelist_t *tlis in hb_graphite2_get_table()
[all...]

Completed in 1 milliseconds