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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc48 typedef struct hb_graphite2_tablelist_t { struct
49 struct hb_graphite2_tablelist_t *next;
52 } hb_graphite2_tablelist_t; typedef in typeref:struct:hb_graphite2_tablelist_t
57 hb_graphite2_tablelist_t *tlist;
63 hb_graphite2_tablelist_t *tlist = face_data->tlist;
67 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
77 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t));
128 hb_graphite2_tablelist_t *tlis
[all...]
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc49 typedef struct hb_graphite2_tablelist_t { struct
50 struct hb_graphite2_tablelist_t *next;
53 } hb_graphite2_tablelist_t; typedef in typeref:struct:hb_graphite2_tablelist_t
58 hb_graphite2_tablelist_t *tlist;
64 hb_graphite2_tablelist_t *tlist = face_data->tlist;
68 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
78 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t));
129 hb_graphite2_tablelist_t *tlis
[all...]

Completed in 29 milliseconds