HomeSort by relevance Sort by last modified time
    Searched full:base_glyph (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/psnames/
psmodule.c 37 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
173 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
174 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
337 if ( BASE_GLYPH( uni_char ) != 0 )
410 FT_UInt32 base_glyph; local
421 base_glyph = BASE_GLYPH( mid->unicode );
423 if ( base_glyph == unicode )
429 if ( base_glyph < unicode )
455 FT_UInt32 base_glyph; local
    [all...]

Completed in 85 milliseconds