Home
last modified time | relevance | path

Searched refs:rPSName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx718 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& rDFA ) in UpdateAttributesFromPSName() argument
720 ByteString aPSName( rPSName, RTL_TEXTENCODING_UTF8 ); in UpdateAttributesFromPSName()
847 if( rPSName.Len() > 3 ) in UpdateAttributesFromPSName()
849 int i = rPSName.Len(); in UpdateAttributesFromPSName()
850 sal_Unicode c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()
853 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()
856 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()
860 c = rPSName.GetChar( --i ); in UpdateAttributesFromPSName()
H A Dpdfwriter_impl.cxx3827 static void appendSubsetName( int nSubsetID, const OUString& rPSName, OStringBuffer& rBuffer ) in appendSubsetName() argument
3839 appendName( rPSName, rBuffer ); in appendSubsetName()
/trunk/main/vcl/inc/
H A Dimpfont.hxx235 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx178 const OUString& rPSName( pAtoms->getString( ATOM_PSNAME, (*it)->m_nPSName ) ); in flush() local
181 aLine.Append( ByteString( String( rPSName ), RTL_TEXTENCODING_UTF8 ) ); in flush()

Completed in 69 milliseconds