Searched refs:mhFonts (Results 1 – 6 of 6) sorted by relevance
831 if( mhFonts[i] ) in SetFont()832 Ft2DeleteSetId( mhPS, mhFonts[i] ); in SetFont()833 mhFonts[ i ] = 0; in SetFont()860 if( mhFonts[i] ) in SetFont()863 Ft2DeleteSetId( mhPS, mhFonts[i] ); in SetFont()865 mhFonts[i] = 0; in SetFont()1452 m_hOrigFont = m_rData.mhFonts[0]; in ScopedFont()1453 m_rData.mhFonts[0] = 0; // avoid deletion of current font in ScopedFont()1463 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont()1464 m_rData.mhFonts[0] = m_hOrigFont; in ~ScopedFont()[all …]
94 mhFonts[ i ] = 0; in Os2SalGraphics()
1623 if( mhFonts[i] ) in SetFont()1624 ::DeleteFont( mhFonts[i] ); in SetFont()1625 mhFonts[ i ] = 0; in SetFont()1648 if( mhFonts[i] ) in SetFont()1650 ::DeleteFont( mhFonts[i] ); in SetFont()1651 mhFonts[i] = 0; in SetFont()1657 mhFonts[ nFallbackLevel ] = hNewFont; in SetFont()2659 m_hOrigFont = m_rData.mhFonts[0]; in ScopedFont()2668 HFONT hTempFont = m_rData.mhFonts[0]; in ~ScopedFont()2669 m_rData.mhFonts[0] = m_hOrigFont; in ~ScopedFont()[all …]
727 mhFonts[ i ] = 0; in WinSalGraphics()
143 ULONG mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks member in Os2SalGraphics
140 HFONT mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks member in WinSalGraphics
Completed in 55 milliseconds