Home | History | Annotate | Download | only in psaux

Lines Matching refs:psnames

135     FT_Service_PsCMaps  psnames = decoder->psnames;
142 glyph_name = psnames->adobe_std_strings(
143 psnames->adobe_std_encoding[charcode]);
1565 /* retrieve PSNames interface from list of current modules */
1567 FT_Service_PsCMaps psnames = 0;
1570 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
1571 if ( !psnames )
1574 " the `psnames' module is not available\n" ));
1578 decoder->psnames = psnames;