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

  /external/freetype/src/type42/
t42parse.c 540 FT_ULong n, string_size, old_string_size, real_size; local
573 old_string_size = 0;
603 if ( FT_REALLOC( string_buf, old_string_size, string_size ) )
610 old_string_size = string_size;
    [all...]

Completed in 61 milliseconds