Home
last modified time | relevance | path

Searched refs:mhFonts (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx831 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 …]
H A Dsalgdi.cxx94 mhFonts[ i ] = 0; in Os2SalGraphics()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1623 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 …]
H A Dsalgdi.cxx727 mhFonts[ i ] = 0; in WinSalGraphics()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h143 ULONG mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks member in Os2SalGraphics
/trunk/main/vcl/inc/win/
H A Dsalgdi.h140 HFONT mhFonts[ MAX_FALLBACK ]; // Font + Fallbacks member in WinSalGraphics

Completed in 54 milliseconds