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

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 776 int first_code = 0; local
788 result->push_back(first_code);
789 result->push_back(first_code);
792 first_code++;
797 first_code = pObj->GetInteger();
805 result->push_back(first_code);
  /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/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 345 FT_UInt first_code, code_count, offset; local
349 first_code = TT_NEXT_USHORT( p );
361 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 129 milliseconds