Searched refs:FT_FRAME_EXTRACT (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/truetype/ |
D | ttpload.c | 185 if ( FT_FRAME_EXTRACT( table_len, face->glyph_locations ) ) in tt_face_load_loca() 428 if ( FT_FRAME_EXTRACT( table_len, face->font_program ) ) in tt_face_load_fpgm() 491 if ( FT_FRAME_EXTRACT( table_len, face->cvt_program ) ) in tt_face_load_prep() 547 if ( FT_FRAME_EXTRACT( table_size, face->hdmx_table ) ) in tt_face_load_hdmx()
|
/external/freetype/src/sfnt/ |
D | ttbdf.c | 74 FT_FRAME_EXTRACT( length, bdf->table ) ) in tt_face_load_bdf_props()
|
D | ttkern.c | 67 if ( FT_FRAME_EXTRACT( table_size, face->kern_table ) ) in tt_face_load_kern()
|
D | ttcpal.c | 96 if ( FT_FRAME_EXTRACT( table_size, table ) ) in tt_face_load_cpal()
|
D | ttsbit.c | 103 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) ) in tt_face_load_sbit() 195 if ( FT_FRAME_EXTRACT( face->sbit_table_size, face->sbit_table ) ) in tt_face_load_sbit() 1129 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap()
|
D | ttcolr.c | 109 if ( FT_FRAME_EXTRACT( table_size, table ) ) in tt_face_load_colr()
|
D | ttload.c | 1092 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) ) in tt_face_load_cmap()
|
/external/freetype/src/cid/ |
D | cidparse.c | 176 FT_FRAME_EXTRACT( ps_len, parser->postscript ) ) in cid_parser_new()
|
/external/freetype/src/cff/ |
D | cffload.c | 303 if ( FT_FRAME_EXTRACT( size, idx->bytes ) ) in cff_index_init() 582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element() 742 if ( FT_FRAME_EXTRACT( fdselect->data_size, fdselect->data ) ) in CFF_Load_FD_Select() 2057 FT_FRAME_EXTRACT( idx->data_size, dict ) ) in cff_subfont_load()
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 556 #define FT_FRAME_EXTRACT( size, bytes ) \ macro
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 261 FT_FRAME_EXTRACT( header->file_size, font->fnt_frame ) ) in fnt_font_load()
|
/external/freetype/ |
D | ChangeLog.22 | 206 FT_FRAME_EXTRACT, FT_FRAME_RELEASE): Use FT_DEBUG_INNER to report the
|
/external/freetype/docs/ |
D | CHANGES | 3675 EXTRACT_Frame => FT_FRAME_EXTRACT
|