Home
last modified time | relevance | path

Searched refs:mhDefFont (Results 1 – 6 of 6) sorted by path

/trunk/main/vcl/inc/os2/
H A Dsalgdi.h146 ULONG mhDefFont; // DefaultFont member in Os2SalGraphics
/trunk/main/vcl/inc/win/
H A Dsalgdi.h149 HFONT mhDefFont; // DefaultFont member in WinSalGraphics
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx110 mhDefFont = 0; in Os2SalGraphics()
H A Dsalgdi3.cxx826 if( mhDefFont ) in SetFont()
827 Ft2SetCharSet( mhPS, mhDefFont ); in SetFont()
836 mhDefFont = 0; in SetFont()
850 if( !mhDefFont ) in SetFont()
853 mhDefFont = nFallbackLevel + LCID_BASE; in SetFont()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx548 if ( pData->mhDefFont ) in ImplSalDeInitGraphics()
549 SelectFont( pData->getHDC(), pData->mhDefFont ); in ImplSalDeInitGraphics()
740 mhDefFont = 0; in WinSalGraphics()
H A Dsalgdi3.cxx1618 if( mhDefFont ) in SetFont()
1619 ::SelectFont( getHDC(), mhDefFont ); in SetFont()
1627 mhDefFont = 0; in SetFont()
1638 if( !mhDefFont ) in SetFont()
1641 mhDefFont = hOldFont; in SetFont()

Completed in 43 milliseconds