Lines Matching refs:mpServerFont

198         if( mpServerFont[i] != NULL )  in setFont()
201 GlyphCache::GetInstance().UncacheFont( *mpServerFont[i] ); in setFont()
202 mpServerFont[i] = NULL; in setFont()
228 mpServerFont[ nFallbackLevel ] = pServerFont; in setFont()
248 if( !mpServerFont ) in HandleFontOptions()
259 mpServerFont->SetFontOptions( maFontOptions ); in HandleFontOptions()
949 if( !mpServerFont[0] ) in GetImplFontCharMap()
952 const ImplFontCharMap* pIFCMap = mpServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
967 if( bPrinter_ || (mpServerFont[ nFallbackLevel ] != NULL) ) in SetFont()
1205 if( mpServerFont[nFallbackLevel] != NULL ) in GetFontMetric()
1208 mpServerFont[nFallbackLevel]->FetchFontMetric( *pMetric, rDummyFactor ); in GetFontMetric()
1219 if( mpServerFont[0] != NULL ) in GetKernPairs()
1222 sal_uLong nGotPairs = mpServerFont[0]->GetKernPairs( &pTmpKernPairs ); in GetKernPairs()
1240 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphBoundRect()
1259 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphOutline()
1274 if( mpServerFont[ nFallbackLevel ] in GetTextLayout()
1280 GraphiteFontAdaptor::IsGraphiteEnabledFont(*mpServerFont[nFallbackLevel])) in GetTextLayout()
1285 …GraphiteFontAdaptor * pGrfont = new GraphiteFontAdaptor( *mpServerFont[nFallbackLevel], xdpi, ydpi… in GetTextLayout()
1291 pLayout = new ServerFontLayout( *mpServerFont[ nFallbackLevel ] ); in GetTextLayout()
1308 if (mpServerFont[nFallbacklevel] != NULL) in GetSysFontData()
1310 ServerFont* rFont = mpServerFont[nFallbacklevel]; in GetSysFontData()