Home
last modified time | relevance | path

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

/external/freetype/src/type42/
Dt42parse.c547 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
580 old_string_size = 0; in t42_parse_sfnts()
610 if ( FT_REALLOC( string_buf, old_string_size, string_size ) ) in t42_parse_sfnts()
617 old_string_size = string_size; in t42_parse_sfnts()