Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfwoff2.c767 store_loca( FT_ULong* loca_values, in store_loca() argument
799 FT_ULong value = loca_values[i]; in store_loca()
863 FT_ULong* loca_values = NULL; in reconstruct_glyf() local
916 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()