table_hea_t       722 lib/ttf.c      static table_hea_t*hea_new(ttf_t*ttf)
table_hea_t       724 lib/ttf.c          table_hea_t*hea = rfx_calloc(sizeof(table_hea_t));
table_hea_t       744 lib/ttf.c          table_hea_t*hea = ttf->hea = rfx_calloc(sizeof(table_hea_t));
table_hea_t       771 lib/ttf.c      static table_hea_t*hea_write(ttf_t*ttf, ttf_table_t*w, int num_advances)
table_hea_t       773 lib/ttf.c          table_hea_t*hea = ttf->hea;
table_hea_t       795 lib/ttf.c          table_hea_t*hea = ttf->hea;
table_hea_t       179 lib/ttf.h          table_hea_t*hea;