Searched refs:max_offsets (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c398 FT_UInt max_offsets = 0; local
424 if ( num_subrs + 1 > max_offsets )
429 if ( new_max <= max_offsets )
435 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
438 max_offsets = new_max;

Completed in 147 milliseconds