Searched refs:BASE_GLYPH (Results 1 – 3 of 3) sorted by relevance
52 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) macro188 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()189 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()352 if ( BASE_GLYPH( uni_char ) != 0 ) in ps_unicodes_init()438 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()486 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()507 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
1660 * src/psnames/psmodule.c (VARIANT_BIT, BASE_GLYPH): New macros.
1597 * src/psnames/psmodule.c (BASE_GLYPH): Cast the result