HomeSort by: relevance | last modified time | path
    Searched defs:base_glyph (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/psnames/
psmodule.c 52 #define BASE_GLYPH( code ) ( (FT_UInt32)( (code) & ~VARIANT_BIT ) )
188 FT_UInt32 unicode1 = BASE_GLYPH( map1->unicode );
189 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
352 if ( BASE_GLYPH( uni_char ) != 0 )
427 FT_UInt32 base_glyph; local
438 base_glyph = BASE_GLYPH( mid->unicode );
440 if ( base_glyph == unicode )
446 if ( base_glyph < unicode )
472 FT_UInt32 base_glyph; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 4567 FT_UInt base_glyph = slot->glyph_index; local
4577 base_glyph,
4616 base_glyph,
5537 FT_UInt base_glyph,
5550 base_glyph >= (FT_UInt)face->num_glyphs )
5561 base_glyph,

Completed in 97 milliseconds