Searched refs:first_code (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1469 int first_code = 0, last_code; local
1483 result.Add(first_code);
1484 result.Add(first_code);
1488 first_code ++;
1493 first_code = pObj->GetInteger();
1501 result.Add(first_code);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc481 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;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc481 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;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c323 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 )
/external/freetype/src/sfnt/
H A Dttcmap.c336 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 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c323 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 )

Completed in 181 milliseconds