ttfpoint_t 645 lib/gfxfont.c dest->points = rfx_calloc(count*sizeof(ttfpoint_t)); ttfpoint_t 962 lib/ttf.c glyph->points = rfx_calloc(sizeof(ttfpoint_t)*glyph->num_points); ttfpoint_t 1084 lib/ttf.c ttfpoint_t*p = &g->points[s]; ttfpoint_t 1131 lib/ttf.c ttfpoint_t*p = &g->points[s]; ttfpoint_t 1144 lib/ttf.c ttfpoint_t*p = &g->points[s]; ttfpoint_t 130 lib/ttf.h ttfpoint_t*points;