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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 1469 int first_code = 0, last_code; local
    [all...]
  /external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 323 FT_UInt first_code, code_count, offset; local
328 first_code = TT_NEXT_USHORT( p );
340 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 336 FT_UInt first_code, code_count, offset; local
340 first_code = TT_NEXT_USHORT( p );
352 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.c 323 FT_UInt first_code, code_count, offset; local
328 first_code = TT_NEXT_USHORT( p );
340 if ( first_code >= 256 || first_code + code_count > 256 )
    [all...]

Completed in 771 milliseconds