Searched defs:uni_char (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/psnames/
H A Dpsmodule.c278 ps_check_extra_glyph_unicode( FT_UInt32 uni_char, argument
286 if ( uni_char == ft_extra_glyph_unicodes[n] )
321 FT_UInt32 uni_char; local
335 uni_char = ps_unicode_value( gname );
337 if ( BASE_GLYPH( uni_char ) != 0 )
339 ps_check_extra_glyph_unicode( uni_char,
341 map->unicode = uni_char;

Completed in 16 milliseconds