Searched refs:FT_FRAME_RELEASE (Results 1 – 8 of 8) sorted by relevance
52 FT_FRAME_RELEASE( bdf->table ); in tt_face_free_bdf_props()132 FT_FRAME_RELEASE( bdf->table ); in tt_face_load_bdf_props()
1113 FT_FRAME_RELEASE( face->cmap_table ); in sfnt_done_face()1123 FT_FRAME_RELEASE( face->horz_metrics ); in sfnt_done_face()1124 FT_FRAME_RELEASE( face->vert_metrics ); in sfnt_done_face()
103 FT_FRAME_RELEASE( face->sbit_table ); in tt_face_load_eblc()115 FT_FRAME_RELEASE( face->sbit_table ); in tt_face_free_eblc()781 FT_FRAME_RELEASE( data ); in tt_sbit_decoder_load_bitmap()
172 FT_FRAME_RELEASE( face->kern_table ); in tt_face_done_kern()
256 FT_FRAME_RELEASE( face->glyph_locations ); in tt_face_done_loca()552 FT_FRAME_RELEASE( face->hdmx_table ); in tt_face_load_hdmx()566 FT_FRAME_RELEASE( face->hdmx_table ); in tt_face_free_hdmx()
683 FT_FRAME_RELEASE( face->font_program ); in tt_face_done()684 FT_FRAME_RELEASE( face->cvt_program ); in tt_face_done()
310 FT_FRAME_RELEASE( idx->bytes ); in cff_index_done()575 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()655 FT_FRAME_RELEASE( fdselect->data ); in CFF_Done_FD_Select()
529 #define FT_FRAME_RELEASE( bytes ) \ macro