HomeSort by relevance Sort by last modified time
    Searched refs:hb_graphite2_tablelist_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 46 typedef struct hb_graphite2_tablelist_t { struct
47 struct hb_graphite2_tablelist_t *next;
50 } hb_graphite2_tablelist_t; typedef in typeref:struct:hb_graphite2_tablelist_t
55 hb_graphite2_tablelist_t *tlist;
61 hb_graphite2_tablelist_t *tlist = face_data->tlist;
65 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
75 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t));
126 hb_graphite2_tablelist_t *tlist = data->tlist
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 46 typedef struct hb_graphite2_tablelist_t { struct
47 struct hb_graphite2_tablelist_t *next;
50 } hb_graphite2_tablelist_t; typedef in typeref:struct:hb_graphite2_tablelist_t
55 hb_graphite2_tablelist_t *tlist;
61 hb_graphite2_tablelist_t *tlist = face_data->tlist;
65 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
75 hb_graphite2_tablelist_t *p = (hb_graphite2_tablelist_t *) calloc (1, sizeof (hb_graphite2_tablelist_t));
126 hb_graphite2_tablelist_t *tlist = data->tlist
    [all...]

Completed in 136 milliseconds