Lines Matching refs:m_pServerFont
806 if( !m_pServerFont[0] ) in GetImplFontCharMap()
809 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
818 if( m_pServerFont[i] != NULL ) in SetFont()
821 GlyphCache::GetInstance().UncacheFont( *m_pServerFont[i] ); in SetFont()
822 m_pServerFont[i] = NULL; in SetFont()
857 m_pServerFont[ nFallbackLevel ] = pServerFont; in SetFont()
972 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect()
989 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
1009 if( m_pServerFont[ nFallbackLevel ] in GetTextLayout()
1014 if (GraphiteFontAdaptor::IsGraphiteEnabledFont(*m_pServerFont[nFallbackLevel])) in GetTextLayout()
1018 …GraphiteFontAdaptor * pGrfont = new GraphiteFontAdaptor( *m_pServerFont[nFallbackLevel], xdpi, ydp… in GetTextLayout()
1024 … pLayout = new PspServerFontLayout( *m_pPrinterGfx, *m_pServerFont[nFallbackLevel], rArgs ); in GetTextLayout()