Home | History | Annotate | Download | only in psaux

Lines Matching defs:psnames

135     FT_Service_PsCMaps  psnames = decoder->psnames;
142 glyph_name = psnames->adobe_std_strings(
143 psnames->adobe_std_encoding[charcode]);
1582 /* retrieve PSNames interface from list of current modules */
1584 FT_Service_PsCMaps psnames;
1587 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
1588 if ( !psnames )
1591 " the `psnames' module is not available\n" ));
1595 decoder->psnames = psnames;