Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx643 aFAttrs.lMaxBaselineExt = i_pFont->mnHeight; in ImplDoSetFont()
644 aFAttrs.lAveCharWidth = i_pFont->mnWidth; in ImplDoSetFont()
661 if ( i_pFont->mnOrientation ) in ImplDoSetFont()
694 if ( i_pFont->meItalic != ITALIC_NONE ) in ImplDoSetFont()
696 if ( i_pFont->meWeight > WEIGHT_MEDIUM ) in ImplDoSetFont()
748 aBundle.sizfxCell.cy = MAKEFIXED( i_pFont->mnHeight, 0 ); in ImplDoSetFont()
750 if ( !i_pFont->mnWidth ) in ImplDoSetFont()
762 nHeight = i_pFont->mnHeight; in ImplDoSetFont()
769 aBundle.sizfxCell.cx = MAKEFIXED( i_pFont->mnWidth, 0 ); in ImplDoSetFont()
773 if ( i_pFont->mnOrientation ) in ImplDoSetFont()
[all …]
/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
1548 ImplGetLogFontFromFontSelect( getHDC(), i_pFont, aLogFont, true ); in ImplDoSetFont()
1553 && (i_pFont->mnWidth != 0 in ImplDoSetFont()
1554 || i_pFont->mnOrientation != 0 in ImplDoSetFont()
1555 || i_pFont->mpFontData == NULL in ImplDoSetFont()
1556 || (i_pFont->mpFontData->GetHeight() != i_pFont->mnHeight)) 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_…

Completed in 46 milliseconds