Home | History | Annotate | Download | only in psnames

Lines Matching refs:base_glyph

38 #define BASE_GLYPH( code )  ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
174 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
338 if ( BASE_GLYPH( uni_char ) != 0 )
411 FT_UInt32 base_glyph;
422 base_glyph = BASE_GLYPH( mid->unicode );
424 if ( base_glyph == unicode )
430 if ( base_glyph < unicode )
456 FT_UInt32 base_glyph;
470 base_glyph = BASE_GLYPH( map->unicode );
472 if ( base_glyph == char_code )
475 if ( base_glyph < char_code )
491 char_code = BASE_GLYPH( map->unicode );