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

  /external/ImageMagick/coders/
gif.c 124 first_code,
343 lzw_info->first_code=(size_t) GetNextLZWCode(lzw_info,lzw_info->bits);
344 lzw_info->last_code=lzw_info->first_code;
345 } while (lzw_info->first_code == lzw_info->clear_code);
346 return((int) lzw_info->first_code);
362 PushLZWStack(lzw_info->stack,lzw_info->first_code);
376 lzw_info->first_code=lzw_info->table[1][value];
377 PushLZWStack(lzw_info->stack,lzw_info->first_code);
382 lzw_info->table[1][lzw_info->slot]=lzw_info->first_code;
121 first_code, member in struct:_LZWInfo
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 1637 int first_code = 0, last_code; local
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 481 int32_t first_code = FirstCode(high_byte); local
484 if (low_byte < first_code || low_byte >= first_code + entry_count) {
494 (low_byte - first_code) * DataSize::kUSHORT;
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 343 FT_UInt first_code, code_count, offset; local
347 first_code = TT_NEXT_USHORT( p );
359 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 343 FT_UInt first_code, code_count, offset; local
347 first_code = TT_NEXT_USHORT( p );
359 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 343 FT_UInt first_code, code_count, offset; local
347 first_code = TT_NEXT_USHORT( p );
359 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]

Completed in 762 milliseconds