Home
last modified time | relevance | path

Searched refs:pSF (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx427 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local
428 if( !pSF ) in GetGlyphBoundRect()
432 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
445 const ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local
446 if( !pSF ) in GetGlyphOutline()
450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
478 ServerFont* pSF = m_pServerFont[ nLevel ]; in DrawServerFontLayout() local
479 if( !pSF ) in DrawServerFontLayout()
486 = rGlyphPeer.GetGlyphBmp( *pSF, aGlyphId, m_eTextFmt, aDstPoint ); in DrawServerFontLayout()
H A Dsvppspgraphics.cxx881 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local
882 if( !pSF ) in GetGlyphBoundRect()
886 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
898 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local
899 if( !pSF ) in GetGlyphOutline()
903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx972 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local
973 if( !pSF ) in GetGlyphBoundRect()
977 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
989 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local
990 if( !pSF ) in GetGlyphOutline()
994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
H A Dsalgdi3.cxx1240 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphBoundRect() local
1241 if( !pSF ) in GetGlyphBoundRect()
1245 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()
1259 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphOutline() local
1260 if( !pSF ) in GetGlyphOutline()
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx300 const ServerFont* pSF = it->second; in CalcByteCount() local
301 if( pSF ) in CalcByteCount()
302 nCacheSize += pSF->GetByteCount(); in CalcByteCount()

Completed in 51 milliseconds