HomeSort by relevance Sort by last modified time
    Searched refs:max_offsets (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c 446 FT_UInt max_offsets = 0; local
465 if ( num_subrs + 1 > max_offsets )
470 if ( new_max <= max_offsets )
476 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
479 max_offsets = new_max;
  /external/pdfium/third_party/freetype/src/cid/
cidload.c 413 FT_UInt max_offsets = 0; local
439 if ( num_subrs + 1 > max_offsets )
444 if ( new_max <= max_offsets )
450 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
453 max_offsets = new_max;

Completed in 43 milliseconds