HomeSort by relevance Sort by last modified time
    Searched full:name_strings (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/sfnt/
ttpost.c 167 FT_Char** name_strings = 0; local
227 if ( FT_NEW_ARRAY( name_strings, num_names ) )
256 if ( FT_NEW_ARRAY( name_strings[n], len + 1 ) ||
257 FT_STREAM_READ( name_strings[n], len ) )
260 name_strings[n][len] = '\0';
270 if ( FT_NEW_ARRAY( name_strings[n], 1 ) )
273 name_strings[n][0] = '\0';
285 table->glyph_names = name_strings;
295 FT_FREE( name_strings[n] );
299 FT_FREE( name_strings );
    [all...]

Completed in 1016 milliseconds