Searched refs:pchar_code (Results 1 – 5 of 5) sorted by relevance
100 FT_UInt32 *pchar_code ) in t1_cmap_std_char_next() argument103 FT_UInt32 char_code = *pchar_code + 1; in t1_cmap_std_char_next()117 *pchar_code = char_code; in t1_cmap_std_char_next()237 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next() argument240 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next()258 *pchar_code = char_code; in t1_cmap_custom_char_next()343 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument349 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
75 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next() argument78 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() argument207 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
144 FT_UInt32 *pchar_code ) in tt_cmap0_char_next() argument147 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next()163 *pchar_code = result; in tt_cmap0_char_next()1498 FT_UInt32 *pchar_code ) in tt_cmap4_char_next() argument1503 if ( *pchar_code >= 0xFFFFU ) in tt_cmap4_char_next()1507 gindex = tt_cmap4_char_map_linear( cmap, pchar_code, 1 ); in tt_cmap4_char_next()1514 if ( *pchar_code == cmap4->cur_charcode ) in tt_cmap4_char_next()1519 *pchar_code = cmap4->cur_charcode; in tt_cmap4_char_next()1522 gindex = tt_cmap4_char_map_binary( cmap, pchar_code, 1 ); in tt_cmap4_char_next()1657 FT_UInt32 *pchar_code ) in tt_cmap6_char_next() argument[all …]
100 FT_UInt32 *pchar_code ) in pfr_cmap_char_next() argument103 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()154 *pchar_code = char_code; in pfr_cmap_char_next()
647 FT_UInt32 *pchar_code ) in fnt_cmap_char_next() argument651 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()669 *pchar_code = result; in fnt_cmap_char_next()