Home
last modified time | relevance | path

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

/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()
343 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument
349 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
/external/freetype/src/cff/
Dcffcmap.c75 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/freetype/src/sfnt/
Dttcmap.c144 FT_UInt32 *pchar_code ) in tt_cmap0_char_next() argument
147 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() argument
1503 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 …]
/external/freetype/src/pfr/
Dpfrcmap.c100 FT_UInt32 *pchar_code ) in pfr_cmap_char_next() argument
103 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()
154 *pchar_code = char_code; in pfr_cmap_char_next()
/external/freetype/src/winfonts/
Dwinfnt.c647 FT_UInt32 *pchar_code ) in fnt_cmap_char_next() argument
651 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()
669 *pchar_code = result; in fnt_cmap_char_next()