Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx421 …if( OpenTTFontFile( aFile.GetBuffer(), m_nCollectionEntry < 0 ? 0 : m_nCollectionEntry, &pTTFont )… in queryMetricPage()
1868 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in analyzeTrueTypeFile()
3072 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in isFontDownloadingAllowed()
3595 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in getAlternativeFamilyNames()
3686 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in createFontSubset()
3780 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in getGlyphWidths()
/trunk/main/vcl/inc/
H A Dsft.hxx298 int VCL_DLLPUBLIC OpenTTFontFile(const char *fname, sal_uInt32 facenum, TrueTypeFont** ttf);
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx842 sal_Int32 nSuccess = OpenTTFontFile(aTTFileName.getStr(), nFace < 0 ? 0 : nFace, &pTTFont); in PSUploadFont()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1655 int OpenTTFontFile( const char* fname, sal_uInt32 facenum, TrueTypeFont** ttf ) in OpenTTFontFile() function

Completed in 65 milliseconds