Searched refs:pFontFace (Results 1 – 1 of 1) sorted by relevance
1206 ImplFontData* pFontFace = mpFirst; in FindBestFontFace() local1207 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() local2136 pFontFace->UpdateCloneFontList( *pClonedList, bScalable, bEmbeddable ); in Clone()
Completed in 63 milliseconds