Home
last modified time | relevance | path

Searched refs:pFontFace (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1206 ImplFontData* pFontFace = mpFirst; in FindBestFontFace() local
1207 ImplFontData* pBestFontFace = pFontFace; in FindBestFontFace()
1209 for(; pFontFace; pFontFace = pFontFace->GetNextFace() ) in FindBestFontFace()
1210 if( pFontFace->IsBetterMatch( rFSD, aFontMatchStatus ) ) in FindBestFontFace()
1211 pBestFontFace = pFontFace; in FindBestFontFace()
2135 const ImplDevFontListData* pFontFace = (*it).second; in Clone() local
2136 pFontFace->UpdateCloneFontList( *pClonedList, bScalable, bEmbeddable ); in Clone()

Completed in 45 milliseconds