Home
last modified time | relevance | path

Searched refs:table_gasp_t (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dttf.h159 } table_gasp_t; typedef
182 table_gasp_t*gasp;
H A Dttf.c1700 static table_gasp_t*gasp_new(ttf_t*ttf) in gasp_new()
1702 table_gasp_t*gasp = rfx_calloc(sizeof(table_gasp_t)); in gasp_new()
1712 table_gasp_t*gasp = ttf->gasp = rfx_calloc(sizeof(table_gasp_t)); in gasp_parse()
1731 table_gasp_t*gasp = ttf->gasp; in gasp_write()