Home
last modified time | relevance | path

Searched refs:m_aFontFile (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx430 … static_cast<PrintFontManager::TrueTypeFontFile*>(pFont)->m_aFontFile = aFile; in read()
438 static_cast<PrintFontManager::Type1FontFile*>(pFont)->m_aFontFile = aFile; in read()
519 …nager::TrueTypeFontFile*>(pTo)->m_aFontFile = static_cast<const PrintFontManager::TrueTypeFontFile… in copyPrintFont()
525 …ontManager::Type1FontFile*>(pTo)->m_aFontFile = static_cast<const PrintFontManager::Type1FontFile*… in copyPrintFont()
570 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()
581 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()
689 aFile = static_cast<const PrintFontManager::TrueTypeFontFile*>(pFont)->m_aFontFile; in updateFontCacheEntry()
693 aFile = static_cast<const PrintFontManager::Type1FontFile*>(pFont)->m_aFontFile; in updateFontCacheEntry()
H A Dfontmanager.cxx1332 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1367 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1394 pFont->m_aFontFile = rFontFile; in analyzeFontFile()
1450 pFont->m_aFontFile == rFontFile ) in findFontFileID()
1458 pFont->m_aFontFile == rFontFile ) in findFontFileID()
1890 dotIndex = pTTFontFile->m_aFontFile.lastIndexOf( '.' ); in analyzeTrueTypeFile()
1892 dotIndex = pTTFontFile->m_aFontFile.getLength(); in analyzeTrueTypeFile()
2196 … m_aFontFileToFontID[ static_cast<Type1FontFile*>(*it)->m_aFontFile ].insert( aFont ); in initialize()
2898 aPath += pPSFont->m_aFontFile; in getFontFile()
2906 aPath += pTTFont->m_aFontFile; in getFontFile()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx305 rtl::OString m_aFontFile; // relative to directory member
320 rtl::OString m_aFontFile; // relative to directory member

Completed in 53 milliseconds