table_maxp_t      616 lib/ttf.c      static table_maxp_t*maxp_new(ttf_t*ttf)
table_maxp_t      618 lib/ttf.c          table_maxp_t*maxp = rfx_calloc(sizeof(table_maxp_t));
table_maxp_t      644 lib/ttf.c      static table_maxp_t* maxp_parse(ttf_t*ttf, memreader_t*r)
table_maxp_t      656 lib/ttf.c          table_maxp_t*maxp = rfx_calloc(sizeof(table_maxp_t));
table_maxp_t      674 lib/ttf.c          table_maxp_t*maxp = ttf->maxp;
table_maxp_t      699 lib/ttf.c          table_maxp_t*maxp = ttf->maxp;
table_maxp_t      177 lib/ttf.h          table_maxp_t*maxp;