HomeSort by: relevance | last modified time | path
    Searched defs:max_offsets (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/cid/
cidload.c 522 FT_UInt max_offsets = 0; local
544 if ( num_subrs + 1 > max_offsets )
549 if ( new_max <= max_offsets )
555 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
558 max_offsets = new_max;

Completed in 87 milliseconds