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]);
1572 /* retrieve PSNames interface from list of current modules */
1574 FT_Service_PsCMaps psnames = 0;
1577 FT_FACE_FIND_GLOBAL_SERVICE( face, psnames, POSTSCRIPT_CMAPS );
1578 if ( !psnames )
1581 " the `psnames' module is not available\n" ));
1585 decoder->psnames = psnames;