Home
last modified time | relevance | path

Searched refs:FtFontFile (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx41 class FtFontFile class
44 static FtFontFile* FindFontFile( const ::rtl::OString& rNativeFileName );
55 FtFontFile( const ::rtl::OString& rNativeFileName );
102 FtFontFile* mpFontFile;
H A Dgcach_ftyp.cxx134 typedef ::std::hash_map< const char*, FtFontFile*, rtl::CStringHash, rtl::CStringEqual> FontFileLis…
154 FtFontFile::FtFontFile( const ::rtl::OString& rNativeFileName ) in FtFontFile() function in FtFontFile
202 FtFontFile* FtFontFile::FindFontFile( const ::rtl::OString& rNativeFileName ) in FindFontFile()
212 FtFontFile* pFontFile = new FtFontFile( rNativeFileName ); in FindFontFile()
220 bool FtFontFile::Map() in Map()
271 void FtFontFile::Unmap() in Unmap()
294 mpFontFile( FtFontFile::FindFontFile( rNativeFileName ) ), in FtFontInfo()

Completed in 26 milliseconds