Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cid/
Dcidload.c409 FT_UInt max_offsets = 0; in cid_read_subrs() local
435 if ( num_subrs + 1 > max_offsets ) in cid_read_subrs()
440 if ( new_max <= max_offsets ) in cid_read_subrs()
446 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) ) in cid_read_subrs()
449 max_offsets = new_max; in cid_read_subrs()