Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/cff/
A Dcffcmap.c72 FT_UInt32 *pchar_code ) in cff_cmap_encoding_char_next() argument
75 FT_UInt32 char_code = *pchar_code; in cff_cmap_encoding_char_next()
78 *pchar_code = 0; in cff_cmap_encoding_char_next()
93 *pchar_code = code; in cff_cmap_encoding_char_next()
188 FT_UInt32 *pchar_code ) in cff_cmap_unicode_char_next() argument
195 return psnames->unicodes_char_next( unicodes, pchar_code ); in cff_cmap_unicode_char_next()
/AliOS-Things-master/components/freetype/src/psaux/
A 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()
218 FT_UInt32 *pchar_code ) in t1_cmap_custom_char_next() argument
221 FT_UInt32 char_code = *pchar_code; in t1_cmap_custom_char_next()
239 *pchar_code = char_code; in t1_cmap_custom_char_next()
317 FT_UInt32 *pchar_code ) in t1_cmap_unicode_char_next() argument
323 return psnames->unicodes_char_next( unicodes, pchar_code ); in t1_cmap_unicode_char_next()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrcmap.c97 FT_UInt32 *pchar_code ) in pfr_cmap_char_next() argument
100 FT_UInt32 char_code = *pchar_code + 1; in pfr_cmap_char_next()
151 *pchar_code = char_code; in pfr_cmap_char_next()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c136 FT_UInt32 *pchar_code ) in tt_cmap0_char_next() argument
139 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next()
155 *pchar_code = result; in tt_cmap0_char_next()
1370 if ( *pchar_code >= 0xFFFFU ) in tt_cmap4_char_next()
1524 FT_UInt32 char_code = *pchar_code + 1; in tt_cmap6_char_next()
1554 *pchar_code = result; in tt_cmap6_char_next()
1811 *pchar_code = result; in tt_cmap8_char_next()
1964 *pchar_code = char_code; in tt_cmap10_char_next()
2171 FT_UInt32 char_code = *pchar_code; in tt_cmap12_char_map_binary()
2493 FT_UInt32 char_code = *pchar_code; in tt_cmap13_char_map_binary()
[all …]
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c625 FT_UInt32 *pchar_code ) in fnt_cmap_char_next() argument
629 FT_UInt32 char_code = *pchar_code + 1; in fnt_cmap_char_next()
647 *pchar_code = result; in fnt_cmap_char_next()

Completed in 11 milliseconds