Home
last modified time | relevance | path

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

/external/freetype/src/psnames/
Dpsmodule.c37 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) ) macro
173 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode ); in compare_uni_maps()
174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
337 if ( BASE_GLYPH( uni_char ) != 0 ) in ps_unicodes_init()
421 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
469 base_glyph = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()
490 char_code = BASE_GLYPH( map->unicode ); in ps_unicodes_char_next()