Home
last modified time | relevance | path

Searched refs:aLogFont (Results 1 – 25 of 82) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dwinlayout.cxx242 LOGFONTW aLogFont; in operator ()() local
243 GetObjectW(hFont, sizeof(aLogFont), &aLogFont); in operator ()()
244 if (aLogFont.lfFaceName[0] == '@') in operator ()()
246 memmove(&aLogFont.lfFaceName[0], &aLogFont.lfFaceName[1], in operator ()()
247 sizeof(aLogFont.lfFaceName)-sizeof(aLogFont.lfFaceName[0])); in operator ()()
253 aLogFont.lfEscapement += 2700; in operator ()()
254 aLogFont.lfOrientation = aLogFont.lfEscapement; in operator ()()
409 LOGFONTW aLogFont; in ImplInitHbFont() local
410 GetObjectW(m_hFont, sizeof(LOGFONTW), &aLogFont); in ImplInitHbFont()
413 aLogFont.lfHeight = -nUPEM; in ImplInitHbFont()
[all …]
H A Dsalfont.cxx185 LOGFONTW aLogFont; in HasMissingChars() local
840 LOGFONTW aLogFont; in ImplDoSetFont() local
850 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont()
854 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont()
860 aLogFont.lfHeight = FRound( aLogFont.lfHeight / o_rFontScale ); in ImplDoSetFont()
1180 LOGFONTW aLogFont = {}; in AddTempDevFont() local
1181 aLogFont.lfCharSet = DEFAULT_CHARSET; in AddTempDevFont()
1182 aInfo.mpLogFont = &aLogFont; in AddTempDevFont()
1235 LOGFONTW aLogFont = {}; in GetDevFontList() local
1236 aLogFont.lfCharSet = DEFAULT_CHARSET; in GetDevFontList()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalfont.cxx197 LOGFONTW aLogFont; in HasMissingChars() local
824 LOGFONTW aLogFont; in ImplDoSetFont() local
831 constexpr size_t nLen = sizeof(aLogFont.lfFaceName) - sizeof(aLogFont.lfFaceName[0]); in ImplDoSetFont()
833 memmove( &aLogFont.lfFaceName[1], &aLogFont.lfFaceName[0], nLen ); in ImplDoSetFont()
834 aLogFont.lfFaceName[0] = '@'; in ImplDoSetFont()
843 memcpy( &aLogFont.lfFaceName[0], &aLogFont.lfFaceName[1], nLen ); in ImplDoSetFont()
1167 LOGFONTW aLogFont = {}; in AddTempDevFont() local
1168 aLogFont.lfCharSet = DEFAULT_CHARSET; in AddTempDevFont()
1169 aInfo.mpLogFont = &aLogFont; in AddTempDevFont()
1230 LOGFONTW aLogFont = {}; in GetDevFontList() local
[all …]
H A Dwinlayout.cxx262 LOGFONTW aLogFont; in ImplInitHbFont() local
263 GetObjectW(m_hFont, sizeof(LOGFONTW), &aLogFont); in ImplInitHbFont()
266 aLogFont.lfHeight = -nUPEM; in ImplInitHbFont()
268 aLogFont.lfWidth = 0; in ImplInitHbFont()
274 ScopedSelectedHFONT hFont(hDC, CreateFontIndirectW(&aLogFont)); in ImplInitHbFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Dwmfreader.cxx957 LOGFONTW aLogFont; in ReadRecordParams() local
962 mpInputStream->ReadUChar( aLogFont.lfItalic ); in ReadRecordParams()
963 mpInputStream->ReadUChar( aLogFont.lfUnderline ); in ReadRecordParams()
965 mpInputStream->ReadUChar( aLogFont.lfCharSet ); in ReadRecordParams()
968 mpInputStream->ReadUChar( aLogFont.lfQuality ); in ReadRecordParams()
972 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams()
973 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams()
974 aLogFont.lfEscapement = lfEscapement; in ReadRecordParams()
975 aLogFont.lfOrientation = lfOrientation; in ReadRecordParams()
976 aLogFont.lfWeight = lfWeight; in ReadRecordParams()
[all …]
H A Demfreader.cxx1531 LOGFONTW aLogFont; in ReadEnhWMF() local
1533 .ReadInt32( aLogFont.lfWidth ) in ReadEnhWMF()
1534 .ReadInt32( aLogFont.lfEscapement ) in ReadEnhWMF()
1535 .ReadInt32( aLogFont.lfOrientation ) in ReadEnhWMF()
1536 .ReadInt32( aLogFont.lfWeight ) in ReadEnhWMF()
1537 .ReadUChar( aLogFont.lfItalic ) in ReadEnhWMF()
1538 .ReadUChar( aLogFont.lfUnderline ) in ReadEnhWMF()
1539 .ReadUChar( aLogFont.lfStrikeOut ) in ReadEnhWMF()
1540 .ReadUChar( aLogFont.lfCharSet ) in ReadEnhWMF()
1543 .ReadUChar( aLogFont.lfQuality ) in ReadEnhWMF()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DUnscaledFontGDI.h19 explicit UnscaledFontGDI(const LOGFONT& aLogFont) : mLogFont(aLogFont) {} in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
H A DAutoHelpersWin.h31 AutoSelectFont(HDC aDC, LOGFONTW* aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
32 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DUnscaledFontGDI.h19 explicit UnscaledFontGDI(const LOGFONT& aLogFont) : mLogFont(aLogFont) {} in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
H A DAutoHelpersWin.h31 AutoSelectFont(HDC aDC, LOGFONTW* aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
32 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DUnscaledFontGDI.h19 explicit UnscaledFontGDI(const LOGFONT& aLogFont) : mLogFont(aLogFont) {} in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
H A DAutoHelpersWin.h31 AutoSelectFont(HDC aDC, LOGFONTW* aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
32 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DUnscaledFontGDI.h19 explicit UnscaledFontGDI(const LOGFONT& aLogFont) : mLogFont(aLogFont) {} in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
H A DAutoHelpersWin.h31 AutoSelectFont(HDC aDC, LOGFONTW* aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
32 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DUnscaledFontGDI.h19 explicit UnscaledFontGDI(const LOGFONT& aLogFont) : mLogFont(aLogFont) {} in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
H A DAutoHelpersWin.h31 AutoSelectFont(HDC aDC, LOGFONTW *aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
32 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DAutoHelpersWin.h38 AutoSelectFont(HDC aDC, LOGFONTW *aLogFont) in AutoSelectFont() argument
41 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dwmfreader.cxx1103 LOGFONTW aLogFont; in ReadRecordParams() local
1108 mpInputStream->ReadUChar( aLogFont.lfItalic ); in ReadRecordParams()
1109 mpInputStream->ReadUChar( aLogFont.lfUnderline ); in ReadRecordParams()
1111 mpInputStream->ReadUChar( aLogFont.lfCharSet ); in ReadRecordParams()
1114 mpInputStream->ReadUChar( aLogFont.lfQuality ); in ReadRecordParams()
1118 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams()
1119 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams()
1120 aLogFont.lfEscapement = lfEscapement; in ReadRecordParams()
1121 aLogFont.lfOrientation = lfOrientation; in ReadRecordParams()
1122 aLogFont.lfWeight = lfWeight; in ReadRecordParams()
[all …]
H A Demfreader.cxx1763 LOGFONTW aLogFont; in ReadEnhWMF() local
1765 .ReadInt32( aLogFont.lfWidth ) in ReadEnhWMF()
1766 .ReadInt32( aLogFont.lfEscapement ) in ReadEnhWMF()
1767 .ReadInt32( aLogFont.lfOrientation ) in ReadEnhWMF()
1768 .ReadInt32( aLogFont.lfWeight ) in ReadEnhWMF()
1769 .ReadUChar( aLogFont.lfItalic ) in ReadEnhWMF()
1770 .ReadUChar( aLogFont.lfUnderline ) in ReadEnhWMF()
1771 .ReadUChar( aLogFont.lfStrikeOut ) in ReadEnhWMF()
1772 .ReadUChar( aLogFont.lfCharSet ) in ReadEnhWMF()
1775 .ReadUChar( aLogFont.lfQuality ) in ReadEnhWMF()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsLookAndFeel.cpp606 const LOGFONTW& aLogFont, bool aUseShellDlg) { in GetLookAndFeelFontInternal() argument
624 float pixelHeight = -aLogFont.lfHeight; in GetLookAndFeelFontInternal()
626 nsAutoFont hFont(::CreateFontIndirectW(&aLogFont)); in GetLookAndFeelFontInternal()
655 result.name() = aLogFont.lfFaceName; in GetLookAndFeelFontInternal()
659 result.italic() = !!aLogFont.lfItalic; in GetLookAndFeelFontInternal()
661 result.weight() = ((aLogFont.lfWeight == FW_BOLD) ? FontWeight::Bold() in GetLookAndFeelFontInternal()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsLookAndFeel.cpp573 const LOGFONTW& aLogFont, bool aUseShellDlg) { in GetLookAndFeelFontInternal() argument
591 float pixelHeight = -aLogFont.lfHeight; in GetLookAndFeelFontInternal()
593 nsAutoFont hFont(::CreateFontIndirectW(&aLogFont)); in GetLookAndFeelFontInternal()
622 result.name() = aLogFont.lfFaceName; in GetLookAndFeelFontInternal()
626 result.italic() = !!aLogFont.lfItalic; in GetLookAndFeelFontInternal()
628 result.weight() = ((aLogFont.lfWeight == FW_BOLD) ? FontWeight::Bold() in GetLookAndFeelFontInternal()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsLookAndFeel.cpp606 const LOGFONTW& aLogFont, bool aUseShellDlg) { in GetLookAndFeelFontInternal() argument
624 float pixelHeight = -aLogFont.lfHeight; in GetLookAndFeelFontInternal()
626 nsAutoFont hFont(::CreateFontIndirectW(&aLogFont)); in GetLookAndFeelFontInternal()
655 result.name() = aLogFont.lfFaceName; in GetLookAndFeelFontInternal()
659 result.italic() = !!aLogFont.lfItalic; in GetLookAndFeelFontInternal()
661 result.weight() = ((aLogFont.lfWeight == FW_BOLD) ? FontWeight::Bold() in GetLookAndFeelFontInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxGDIFontList.h38 AutoSelectFont(HDC aDC, LOGFONTW *aLogFont) in AutoSelectFont() argument
41 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
115 void FillLogFont(LOGFONTW *aLogFont, uint16_t aWeight, gfxFloat aSize,
H A DgfxGDIFontList.cpp265 GDIFontEntry::FillLogFont(LOGFONTW *aLogFont, in FillLogFont() argument
269 memcpy(aLogFont, &mLogFont, sizeof(LOGFONTW)); in FillLogFont()
271 aLogFont->lfHeight = (LONG)-ROUND(aSize); in FillLogFont()
273 if (aLogFont->lfHeight == 0) { in FillLogFont()
274 aLogFont->lfHeight = -1; in FillLogFont()
283 aLogFont->lfWeight = aWeight; in FillLogFont()
291 aLogFont->lfItalic = 0; in FillLogFont()
294 aLogFont->lfQuality = (aUseCleartype ? CLEARTYPE_QUALITY : DEFAULT_QUALITY); in FillLogFont()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGDIFontList.h35 AutoSelectFont(HDC aDC, LOGFONTW* aLogFont) : mOwnsFont(false) { in AutoSelectFont() argument
36 mFont = ::CreateFontIndirectW(aLogFont); in AutoSelectFont()
101 void FillLogFont(LOGFONTW* aLogFont, LONG aWeight, gfxFloat aSize);

1234