Home
last modified time | relevance | path

Searched refs:ImplDevFontAttributes (Results 1 – 22 of 22) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx769 ImplFontData::ImplFontData( const ImplDevFontAttributes& rDFA, int nMagic ) in ImplFontData()
770 : ImplDevFontAttributes( rDFA ), in ImplFontData()
H A Dimpfont.cxx718 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& rDFA ) in UpdateAttributesFromPSName()
H A Dpdfwriter_impl.cxx2257 static ImplDevFontAttributes GetDevFontAttributes( const PDFWriterImpl::BuiltinFont& rBuiltin ) in GetDevFontAttributes()
2259 ImplDevFontAttributes aDFA; in GetDevFontAttributes()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData()
H A Dctfonts.cxx48 explicit CTFontData( const ImplDevFontAttributes&, sal_IntPtr nFontId );
290 CTFontData::CTFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in CTFontData()
359 ImplDevFontAttributes rDFA; in CTFontEnumCallBack()
448 ImplDevFontAttributes rDFA2; in CTFontEnumCallBack()
H A Datsfonts.cxx48 explicit AtsFontData( const ImplDevFontAttributes&, ATSUFontID );
79 AtsFontData::AtsFontData( const ImplDevFontAttributes& rDFA, ATSUFontID nFontId ) in AtsFontData()
334 static bool GetDevFontAttributes( ATSUFontID nFontID, ImplDevFontAttributes& rDFA ) in GetDevFontAttributes()
524 ImplDevFontAttributes aDevFontAttr; in AtsFontList()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h55 explicit ImplWinFontData( const ImplDevFontAttributes&,
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx313 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList()
H A Dsvppspgraphics.cxx832 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric()
1179 ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintFontInfo& rInfo ) in Info2DevFontAttributes()
1181 ImplDevFontAttributes aDFA; in Info2DevFontAttributes()
H A Dsvppspgraphics.hxx36 class ImplDevFontAttributes;
82 static ImplDevFontAttributes Info2DevFontAttributes( const psp::FastPrintFontInfo& );
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx119 typedef std::map< String, ImplDevFontAttributes > FontAttrMap;
138 ImplDevFontAttributes GetFontAttr( const String& rFontFileName ) const;
161 ImplDevFontAttributes aDFA; in ImplFontAttrCache()
198 const ImplDevFontAttributes& rDFA( (*aIter).second ); in ~ImplFontAttrCache()
229 ImplDevFontAttributes ImplFontAttrCache::GetFontAttr( const String& rFontFileName ) const in GetFontAttr()
231 ImplDevFontAttributes aDFA; in GetFontAttr()
834 ImplDevFontAttributes aDFA; in WinFont2DevFontAttributes()
909 ImplDevFontAttributes aDFA; in WinFont2DevFontAttributes()
1097 ImplWinFontData::ImplWinFontData( const ImplDevFontAttributes& rDFS, in ImplWinFontData()
2174 ImplDevFontAttributes& rDFA ) in ImplGetFontAttrFromFile()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx923 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric()
1299 ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintFontInfo& rInfo ) in Info2DevFontAttributes()
1301 ImplDevFontAttributes aDFA; in Info2DevFontAttributes()
H A Dsalgdi3.cxx1006 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in AddTempDevFont()
1058 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx289 FtFontInfo::FtFontInfo( const ImplDevFontAttributes& rDevFontAttributes, in FtFontInfo()
546 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes& rDevFontAttr, in AddFontFile()
598 ImplDevFontAttributes aDFA; in AddFontDir()
689 ImplFTSFontData::ImplFTSFontData( FtFontInfo* pFI, const ImplDevFontAttributes& rDFA ) in ImplFTSFontData()
H A Dgcach_ftyp.hxx70 FtFontInfo( const ImplDevFontAttributes&,
108 ImplDevFontAttributes maDevFontAttributes;
152 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
243 ImplFTSFontData( FtFontInfo*, const ImplDevFontAttributes& );
H A Dglyphcache.cxx208 sal_IntPtr nFontId, const ImplDevFontAttributes& rDFA, const ExtraKernInfo* pExtraKern ) in AddFontFile()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx283 static ImplDevFontAttributes Os2Font2DevFontAttributes( const PFONTMETRICS pFontMetric) in Os2Font2DevFontAttributes()
285 ImplDevFontAttributes aDFA; in Os2Font2DevFontAttributes()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h37 class ImplDevFontAttributes;
73 static ImplDevFontAttributes Info2DevFontAttributes( const psp::FastPrintFontInfo& );
/trunk/main/vcl/inc/
H A Doutfont.hxx86 class ImplDevFontAttributes : public ImplFontAttributes class
115 class VCL_PLUGIN_PUBLIC ImplFontData : public ImplDevFontAttributes
139 explicit ImplFontData( const ImplDevFontAttributes&, int nMagic );
H A Dimpfont.hxx235 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& );
H A Dglyphcache.hxx68 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h42 class ImplDevFontAttributes;
57 ImplMacFontData( const ImplDevFontAttributes&, sal_IntPtr nFontID );

Completed in 266 milliseconds