Home
last modified time | relevance | path

Searched refs:o_rFontScale (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1536 HFONT WinSalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_rOl… in ImplDoSetFont() argument
1567 o_rFontScale = 1.0; in ImplDoSetFont()
1571 o_rFontScale = -aLogFont.lfHeight / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1573 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont()
1577 o_rFontScale = +aLogFont.lfWidth / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1579 aLogFont.lfHeight = FRound( aLogFont.lfHeight / o_rFontScale ); in ImplDoSetFont()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h152 USHORT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h180 …HFONT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_…
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx627 USHORT Os2SalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int nFallba… in ImplDoSetFont() argument

Completed in 34 milliseconds