Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/control/ !
H A Dctrltool.cxx534 ImplFontListFontInfo* pFontInfo = pData->mpFirst; in GetFontMapText() local
535 while ( pFontInfo ) in GetFontMapText()
537 if ( (eWeight == pFontInfo->GetWeight()) && in GetFontMapText()
538 (eItalic == pFontInfo->GetItalic()) ) in GetFontMapText()
544 pFontInfo = pFontInfo->mpNext; in GetFontMapText()
611 ImplFontListFontInfo* pFontInfo = NULL; in Get() local
622 pFontInfo = pSearchInfo; in Get()
633 if ( !pFontInfo ) in Get()
685 aInfo = *pFontInfo; in Get()
700 ImplFontListFontInfo* pFontInfo = NULL; in Get() local
[all …]
/AOO41X/main/vcl/source/glyphs/ !
H A Dgcach_ftyp.cxx555 FtFontInfo* pFontInfo = new FtFontInfo( rDevFontAttr, in AddFontFile() local
557 maFontList[ nFontId ] = pFontInfo; in AddFontFile()
671 FtFontInfo* pFontInfo = NULL; in CreateFont() local
677 pFontInfo = it->second; in CreateFont()
679 if( !pFontInfo ) in CreateFont()
682 FreetypeServerFont* pNew = new FreetypeServerFont( rFSD, pFontInfo ); in CreateFont()