Searched refs:font_dict_index (Results 1 – 2 of 2) sorted by relevance
2273 FT_ZERO( &font->font_dict_index ); in cff_font_load()2275 font->font_dict_index.data_offset = FT_STREAM_POS(); in cff_font_load()2276 font->font_dict_index.data_size = font->top_dict_length; in cff_font_load()2313 if ( FT_SET_ERROR( cff_index_init( &font->font_dict_index, in cff_font_load()2326 if ( font->name_index.count > font->font_dict_index.count ) in cff_font_load()2375 &font->font_dict_index, in cff_font_load()2531 cff_index_done( &font->font_dict_index ); in cff_font_done()
366 CFF_IndexRec font_dict_index; member