Home
last modified time | relevance | path

Searched refs:m_pServerFont (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/vcl/unx/headless/
H A Dsvptext.cxx208 if( m_pServerFont[i] != NULL ) in SetFont()
212 m_pServerFont[i] = NULL; in SetFont()
233 m_pServerFont[ nFallbackLevel ] = pServerFont; in SetFont()
244 if( m_pServerFont[nFallbackLevel] != NULL ) in GetFontMetric()
257 if( m_pServerFont[0] != NULL ) in GetKernPairs()
260 nGotPairs = m_pServerFont[0]->GetKernPairs( &pTmpKernPairs ); in GetKernPairs()
273 if( !m_pServerFont[0] ) in GetImplFontCharMap()
427 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect()
445 const ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
460 if( m_pServerFont[ nFallbackLevel ] ) in GetTextLayout()
[all …]
H A Dsvppspgraphics.cxx721 if( !m_pServerFont[0] ) in GetImplFontCharMap()
724 const ImplFontCharMap* pIFCMap = m_pServerFont[0]->GetImplFontCharMap(); in GetImplFontCharMap()
733 if( m_pServerFont[i] != NULL ) in SetFont()
736 GlyphCache::GetInstance().UncacheFont( *m_pServerFont[i] ); in SetFont()
737 m_pServerFont[i] = NULL; in SetFont()
772 m_pServerFont[ nFallbackLevel ] = pServerFont; in SetFont()
881 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect()
898 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
918 if( m_pServerFont[ nFallbackLevel ] in GetTextLayout()
920 pLayout = new PspServerFontLayout( *m_pPrinterGfx, *m_pServerFont[nFallbackLevel], rArgs ); in GetTextLayout()
H A Dsvppspgraphics.hxx48 ServerFont* m_pServerFont[ MAX_FALLBACK ]; member in PspGraphics
71 { for( int i = 0; i < MAX_FALLBACK; i++ ) m_pServerFont[i] = 0; } in PspGraphics()
H A Dsvpgdi.hxx48 ServerFont* m_pServerFont[ MAX_FALLBACK ]; member in SvpSalGraphics
H A Dsvpgdi.cxx106 m_pServerFont[i] = NULL; in SvpSalGraphics()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx806 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()
[all …]
/aoo42x/main/vcl/inc/unx/
H A Dpspgraphics.h49 ServerFont* m_pServerFont[ MAX_FALLBACK ]; member in PspGraphics
61 { for( int i = 0; i < MAX_FALLBACK; i++ ) m_pServerFont[i] = 0; } in PspGraphics()

Completed in 54 milliseconds