Home
last modified time | relevance | path

Searched refs:ImplDevFontList (Results 1 – 25 of 32) sorted by path

12

/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx66 virtual void AnnounceFonts( ImplDevFontList& ) const;
548 void AtsFontList::AnnounceFonts( ImplDevFontList& rFontList ) const in AnnounceFonts()
H A Datslayout.hxx28 class ImplDevFontList;
46 void AnnounceFonts( ImplDevFontList& ) const;
H A Dctfonts.cxx69 virtual void AnnounceFonts( ImplDevFontList& ) const;
525 void CTFontList::AnnounceFonts( ImplDevFontList& rFontList ) const in AnnounceFonts()
H A Dsalgdi.cxx1687 void AquaSalGraphics::GetDevFontList( ImplDevFontList* pFontList ) in GetDevFontList()
1718 bool AquaSalGraphics::AddTempDevFont( ImplDevFontList*, in AddTempDevFont() argument
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h139 virtual void AnnounceFonts( ImplDevFontList& ) const = 0;
340 virtual void GetDevFontList( ImplDevFontList* );
344 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/
H A Dglyphcache.hxx70 void AnnounceFonts( ImplDevFontList* ) const;
H A Doutdev.h75 void UpdateCloneFontList( ImplDevFontList&,
79 friend class ImplDevFontList; // TODO: remove soon
227 ImplFontEntry* GetFontEntry( ImplDevFontList*,
230 ImplFontEntry* GetFontEntry( ImplDevFontList*,
232 ImplFontEntry* GetGlyphFallbackFont( ImplDevFontList*, ImplFontSelectData&,
H A Doutfont.hxx184 class VCL_PLUGIN_PUBLIC ImplDevFontList class
198 explicit ImplDevFontList();
199 virtual ~ImplDevFontList();
220 ImplDevFontList* Clone( bool bScalable, bool bEmbeddable ) const;
H A Dsalgdi.hxx39 class ImplDevFontList;
249 virtual void GetDevFontList( ImplDevFontList* ) = 0;
253 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName )…
H A Dsvdata.hxx74 class ImplDevFontList;
208 ImplDevFontList* mpScreenFontList; // Screen-Font-List
H A Dwindow.h53 class ImplDevFontList;
166 ImplDevFontList* mpFontList; // Font-List for this frame
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h272 virtual void GetDevFontList( ImplDevFontList* );
276 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h74 static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& );
102 virtual void GetDevFontList( ImplDevFontList* );
104 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
H A Dsalgdi.h249 virtual void GetDevFontList( ImplDevFontList* );
251 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx55 class ImplDevFontList;
305 mutable ImplDevFontList* mpFontList;
/trunk/main/vcl/inc/win/
H A Dsalgdi.h302 virtual void GetDevFontList( ImplDevFontList* );
306 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1058 bool Os2SalGraphics::AddTempDevFont( ImplDevFontList* pFontList, in AddTempDevFont()
1069 void Os2SalGraphics::GetDevFontList( ImplDevFontList* pList ) in GetDevFontList()
/trunk/main/vcl/source/app/
H A Dsvmain.cxx342 pSVData->maGDIData.mpScreenFontList = new ImplDevFontList; in InitVCL()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1259 ImplDevFontList::ImplDevFontList() in ImplDevFontList() function in ImplDevFontList
1270 ImplDevFontList::~ImplDevFontList() in ~ImplDevFontList()
1291 void ImplDevFontList::Clear() in Clear()
1315 void ImplDevFontList::InitGenericGlyphFallback( void ) const in InitGenericGlyphFallback()
1506 void ImplDevFontList::Add( ImplFontData* pNewData ) in Add()
1672 void ImplDevFontList::InitMatchData() const in InitMatchData()
2068 ImplDevFontListData* ImplDevFontList::FindDefaultFont() const in FindDefaultFont()
2121 ImplDevFontList* ImplDevFontList::Clone( bool bScalable, bool bEmbeddable ) const in Clone()
2123 ImplDevFontList* pClonedList = new ImplDevFontList; in Clone()
2144 ImplGetDevFontList* ImplDevFontList::GetDevFontList() const in GetDevFontList()
[all …]
H A Dpdfwriter_impl.cxx2288 ImplDevFontList* PDFWriterImpl::filterDevFontList( ImplDevFontList* pFontList ) in filterDevFontList()
2291 ImplDevFontList* pFiltered = pFontList->Clone( true, true ); in filterDevFontList()
H A Dpdfwriter_impl.hxx1081 ImplDevFontList* filterDevFontList( ImplDevFontList* pFontList );
H A Dprint.cxx534 mpFontList = new ImplDevFontList(); in ImplInit()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx443 void FtFontInfo::AnnounceFont( ImplDevFontList* pFontList ) in AnnounceFont()
646 void FreetypeManager::AnnounceFonts( ImplDevFontList* pToAdd ) const in AnnounceFonts()
H A Dgcach_ftyp.hxx88 void AnnounceFont( ImplDevFontList* );
154 void AnnounceFonts( ImplDevFontList* ) const;
H A Dglyphcache.cxx216 void GlyphCache::AnnounceFonts( ImplDevFontList* pList ) const in AnnounceFonts()

Completed in 212 milliseconds

12