Searched refs:o_rFontScale (Results 1 – 4 of 4) sorted by relevance
1536 HFONT WinSalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_rOl… in ImplDoSetFont() argument1567 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()
152 USHORT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int );
180 …HFONT ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, HFONT& o_…
627 USHORT Os2SalGraphics::ImplDoSetFont( ImplFontSelectData* i_pFont, float& o_rFontScale, int nFallba… in ImplDoSetFont() argument
Completed in 52 milliseconds