Searched refs:pchar_code (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/psaux/ |
D | t1cmap.c | 100 FT_UInt32 *pchar_code ) in t1_cmap_std_char_next() argument 103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next() 117 *pchar_code = char_code; in t1_cmap_std_char_next() 229 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next() argument 232 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() 250 *pchar_code = char_code; in t1_cmap_custom_char_next() 331 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument 337 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1cmap.c | 100 FT_UInt32 *pchar_code ) in t1_cmap_std_char_next() argument 103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next() 117 *pchar_code = char_code; in t1_cmap_std_char_next() 229 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next() argument 232 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next() 250 *pchar_code = char_code; in t1_cmap_custom_char_next() 331 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument 337 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffcmap.c | 75 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next() argument 78 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next() 81 *pchar_code = 0; in cff_cmap_encoding_char_next() 96 *pchar_code = code; in cff_cmap_encoding_char_next() 194 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next() argument 201 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
|
/external/freetype/src/cff/ |
D | cffcmap.c | 75 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next() argument 78 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next() 81 *pchar_code = 0; in cff_cmap_encoding_char_next() 96 *pchar_code = code; in cff_cmap_encoding_char_next() 200 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next() argument 207 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 143 FT_UInt32 *pchar_code ) in tt_cmap0_char_next() argument 146 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next() 162 *pchar_code = result; in tt_cmap0_char_next() 1419 FT_UInt32 *pchar_code ) in tt_cmap4_char_next() argument 1424 if ( *pchar_code >= 0xFFFFU ) in tt_cmap4_char_next() 1428 gindex = tt_cmap4_char_map_linear( cmap, pchar_code, 1 ); in tt_cmap4_char_next() 1435 if ( *pchar_code == cmap4->cur_charcode ) in tt_cmap4_char_next() 1440 *pchar_code = cmap4->cur_charcode; in tt_cmap4_char_next() 1443 gindex = tt_cmap4_char_map_binary( cmap, pchar_code, 1 ); in tt_cmap4_char_next() 1575 FT_UInt32 *pchar_code ) in tt_cmap6_char_next() argument [all …]
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 143 FT_UInt32 *pchar_code ) in tt_cmap0_char_next() argument 146 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next() 162 *pchar_code = result; in tt_cmap0_char_next() 1476 FT_UInt32 *pchar_code ) in tt_cmap4_char_next() argument 1481 if ( *pchar_code >= 0xFFFFU ) in tt_cmap4_char_next() 1485 gindex = tt_cmap4_char_map_linear( cmap, pchar_code, 1 ); in tt_cmap4_char_next() 1492 if ( *pchar_code == cmap4->cur_charcode ) in tt_cmap4_char_next() 1497 *pchar_code = cmap4->cur_charcode; in tt_cmap4_char_next() 1500 gindex = tt_cmap4_char_map_binary( cmap, pchar_code, 1 ); in tt_cmap4_char_next() 1635 FT_UInt32 *pchar_code ) in tt_cmap6_char_next() argument [all …]
|