Lines Matching refs:aCM
611 const FT_CharMap aCM = aFaceFT->charmaps[i]; in AddFontDir() local
613 if( aCM->encoding == FT_ENCODING_NONE ) in AddFontDir()
615 if( (aCM->platform_id == TT_PLATFORM_MICROSOFT) in AddFontDir()
616 && (aCM->encoding_id == TT_MS_ID_SYMBOL_CS) ) in AddFontDir()
770 const FT_CharMap aCM = maFaceFT->charmaps[i]; in FreetypeServerFont() local
771 if( aCM->platform_id == TT_PLATFORM_MICROSOFT ) in FreetypeServerFont()
773 switch( aCM->encoding_id ) in FreetypeServerFont()
797 else if( aCM->platform_id == TT_PLATFORM_MACINTOSH ) in FreetypeServerFont()
799 switch( aCM->encoding_id ) in FreetypeServerFont()
809 else if( aCM->platform_id == TT_PLATFORM_ADOBE ) in FreetypeServerFont()
811 switch( aCM->encoding_id ) in FreetypeServerFont()