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

  /external/giflib/
gif_lib_private.h 22 #define FIRST_CODE 4097 /* Impossible code, to signal first. */
  /external/freetype/src/sfnt/
ttcmap.c 319 FT_UInt first_code, code_count, offset; local
324 first_code = TT_NEXT_USHORT( p );
336 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]

Completed in 67 milliseconds