Home
last modified time | relevance | path

Searched refs:pchar_code (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/cff/
Dcffcmap.c74 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next() argument
77 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next()
80 *pchar_code = 0; in cff_cmap_encoding_char_next()
95 *pchar_code = code; in cff_cmap_encoding_char_next()
202 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next() argument
209 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
/external/freetype/src/psaux/
Dt1cmap.c100 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()
237 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next() argument
240 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next()
258 *pchar_code = char_code; in t1_cmap_custom_char_next()
346 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument
352 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
/external/freetype/src/sfnt/
Dttcmap.c143 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()
1497 FT_UInt32 *pchar_code ) in tt_cmap4_char_next() argument
1502 if ( *pchar_code >= 0xFFFFU ) in tt_cmap4_char_next()
1506 gindex = tt_cmap4_char_map_linear( cmap, pchar_code, 1 ); in tt_cmap4_char_next()
1513 if ( *pchar_code == cmap4->cur_charcode ) in tt_cmap4_char_next()
1518 *pchar_code = cmap4->cur_charcode; in tt_cmap4_char_next()
1521 gindex = tt_cmap4_char_map_binary( cmap, pchar_code, 1 ); in tt_cmap4_char_next()
1656 FT_UInt32 *pchar_code ) in tt_cmap6_char_next() argument
[all …]
/external/freetype/src/pfr/
Dpfrcmap.c99 FT_UInt32 *pchar_code ) in pfr_cmap_char_next() argument
102 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()
153 *pchar_code = char_code; in pfr_cmap_char_next()
/external/freetype/src/winfonts/
Dwinfnt.c650 FT_UInt32 *pchar_code ) in fnt_cmap_char_next() argument
654 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()
672 *pchar_code = result; in fnt_cmap_char_next()