Searched refs:loca_values (Results 1 – 1 of 1) sorted by relevance
767 store_loca( FT_ULong* loca_values, in store_loca() argument799 FT_ULong value = loca_values[i]; in store_loca()863 FT_ULong* loca_values = NULL; in reconstruct_glyf() local916 if ( FT_NEW_ARRAY( loca_values, num_glyphs + 1 ) ) in reconstruct_glyf()1189 loca_values[i] = dest_offset - glyf_start; in reconstruct_glyf()1208 loca_values[num_glyphs] = info->glyf_table->dst_length; in reconstruct_glyf()1210 if ( store_loca( loca_values, in reconstruct_glyf()1232 FT_FREE( loca_values ); in reconstruct_glyf()1247 FT_FREE( loca_values ); in reconstruct_glyf()