Searched refs:pSF (Results 1 – 5 of 5) sorted by relevance
427 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local428 if( !pSF ) in GetGlyphBoundRect()432 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()445 const ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local446 if( !pSF ) in GetGlyphOutline()450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()478 ServerFont* pSF = m_pServerFont[ nLevel ]; in DrawServerFontLayout() local479 if( !pSF ) in DrawServerFontLayout()486 = rGlyphPeer.GetGlyphBmp( *pSF, aGlyphId, m_eTextFmt, aDstPoint ); in DrawServerFontLayout()
881 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local882 if( !pSF ) in GetGlyphBoundRect()886 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()898 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local899 if( !pSF ) in GetGlyphOutline()903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
972 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() local973 if( !pSF ) in GetGlyphBoundRect()977 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()989 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() local990 if( !pSF ) in GetGlyphOutline()994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
1240 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphBoundRect() local1241 if( !pSF ) in GetGlyphBoundRect()1245 const GlyphMetric& rGM = pSF->GetGlyphMetric( aGlyphId ); in GetGlyphBoundRect()1259 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphOutline() local1260 if( !pSF ) in GetGlyphOutline()1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
300 const ServerFont* pSF = it->second; in CalcByteCount() local301 if( pSF ) in CalcByteCount()302 nCacheSize += pSF->GetByteCount(); in CalcByteCount()
Completed in 59 milliseconds