Home
last modified time | relevance | path

Searched refs:pcharcode (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
Dttcmap.c497 FT_UInt32 *pcharcode ) in tt_cmap2_char_next() argument
502 FT_UInt32 charcode = *pcharcode + 1; in tt_cmap2_char_next()
576 *pcharcode = result; in tt_cmap2_char_next()
1088 FT_UInt32* pcharcode, in tt_cmap4_char_map_linear() argument
1098 FT_UInt32 charcode = *pcharcode; in tt_cmap4_char_map_linear()
1215 *pcharcode = charcode; in tt_cmap4_char_map_linear()
1223 FT_UInt32* pcharcode, in tt_cmap4_char_map_binary() argument
1232 FT_UInt charcode = (FT_UInt)*pcharcode; in tt_cmap4_char_map_binary()
1458 *pcharcode = charcode; in tt_cmap4_char_map_binary()
1474 *pcharcode = cmap4->cur_charcode; in tt_cmap4_char_map_binary()
/external/freetype/
DChangeLog.233828 of the second argument `pcharcode' from FT_UInt* to FT_UInt32*.