Home
last modified time | relevance | path

Searched refs:HFONT (Results 1 – 25 of 1895) sorted by relevance

12345678910>>...76

/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp27 HFONT hFont, hOldFont; in GetTextRect()
33 hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in GetTextRect()
34 hOldFont = (HFONT)SelectObject(hDC, hFont); in GetTextRect()
105 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
124 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
137 HFONT hOrigFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
141 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
183 HFONT hOrigFont = (HFONT) SendMessage(hCtrl, WM_GETFONT, 0, 0); in MakeHyperlinkFromStaticCtrl()
190 HFONT hFont = CreateFontIndirect(&lf); in MakeHyperlinkFromStaticCtrl()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinhyperlinks.cpp27 HFONT hFont, hOldFont; in GetTextRect()
33 hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in GetTextRect()
34 hOldFont = (HFONT)SelectObject(hDC, hFont); in GetTextRect()
105 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
124 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
137 HFONT hOrigFont = (HFONT)GetProp(hWnd, hyperLinkOriginalFont); in _HyperlinkProc()
141 HFONT hFont = (HFONT)GetProp(hWnd, hyperLinkUnderlineFont); in _HyperlinkProc()
183 HFONT hOrigFont = (HFONT) SendMessage(hCtrl, WM_GETFONT, 0, 0); in MakeHyperlinkFromStaticCtrl()
190 HFONT hFont = CreateFontIndirect(&lf); in MakeHyperlinkFromStaticCtrl()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Dhyperlinks.c74 HFONT hOrigFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
78 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
89 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
101 HFONT hFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
151 HFONT hOrigFont = (HFONT) SendMessage(hwndCtl, WM_GETFONT, 0, 0); in ConvertStaticToHyperlink()
158 HFONT hFont = CreateFontIndirect(&lf); in ConvertStaticToHyperlink()
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Dhyperlinks.c72 HFONT hOrigFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
76 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
87 HFONT hFont = (HFONT) GetProp(hwnd, PROP_UNDERLINE_FONT); in _HyperlinkProc()
99 HFONT hFont = (HFONT) GetProp(hwnd, PROP_ORIGINAL_FONT); in _HyperlinkProc()
149 HFONT hOrigFont = (HFONT) SendMessage(hwndCtl, WM_GETFONT, 0, 0); in ConvertStaticToHyperlink()
156 HFONT hFont = CreateFontIndirect(&lf); in ConvertStaticToHyperlink()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstCtrlStandard.cpp40 if (HFONT const hFontNew = reinterpret_cast<HFONT>(control.Send( WM_GETFONT ))) in FixedFont()
44 if (HFONT const hFontOld = reinterpret_cast<HFONT>(::SelectObject( hdc, hFontNew ))) in FixedFont()
65 if (HFONT const hFontNew = reinterpret_cast<HFONT>(control.Send( WM_GETFONT ))) in GetMaxTextSize()
69 if (HFONT const hFontOld = reinterpret_cast<HFONT>(::SelectObject( hdc, hFontNew ))) in GetMaxTextSize()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h124 INLINE HFONT GetHFont(int i) { in GetHFont()
130 INLINE HFONT GetHFont() { in GetHFont()
158 static HFONT CreateHFont(WCHAR* name, int style, int height,
249 HFONT* m_hFont;
270 Item(const WCHAR* s, HFONT f, Item* n = NULL);
274 HFONT font;
282 void Add(WCHAR* name, HFONT font);
283 HFONT Lookup(WCHAR* name);
284 BOOL Search(HFONT font);
285 void Remove(HFONT font);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DAutoHelpersWin.h36 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
42 AutoSelectFont(HDC aDC, HFONT aFont) : mOwnsFont(false) { in AutoSelectFont()
45 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
59 HFONT GetFont() const { return mFont; } in GetFont()
63 HFONT mFont;
64 HFONT mOldFont;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DAutoHelpersWin.h36 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
42 AutoSelectFont(HDC aDC, HFONT aFont) : mOwnsFont(false) { in AutoSelectFont()
45 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
59 HFONT GetFont() const { return mFont; } in GetFont()
63 HFONT mFont;
64 HFONT mOldFont;
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DAutoHelpersWin.h36 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
42 AutoSelectFont(HDC aDC, HFONT aFont) : mOwnsFont(false) { in AutoSelectFont()
45 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
59 HFONT GetFont() const { return mFont; } in GetFont()
63 HFONT mFont;
64 HFONT mOldFont;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DAutoHelpersWin.h36 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
42 AutoSelectFont(HDC aDC, HFONT aFont) : mOwnsFont(false) { in AutoSelectFont()
45 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
59 HFONT GetFont() const { return mFont; } in GetFont()
63 HFONT mFont;
64 HFONT mOldFont;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DAutoHelpersWin.h36 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
42 AutoSelectFont(HDC aDC, HFONT aFont) : mOwnsFont(false) { in AutoSelectFont()
45 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
59 HFONT GetFont() const { return mFont; } in GetFont()
63 HFONT mFont;
64 HFONT mOldFont;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DAutoHelpersWin.h45 mOldFont = (HFONT)::SelectObject(aDC, mFont); in AutoSelectFont()
51 AutoSelectFont(HDC aDC, HFONT aFont) in AutoSelectFont()
56 mOldFont = (HFONT)::SelectObject(aDC, aFont); in AutoSelectFont()
72 HFONT GetFont() const { in GetFont()
78 HFONT mFont;
79 HFONT mOldFont;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/win/
H A Dwincomp.hxx58 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont()
60 return static_cast<HFONT>(SelectObject( hDC, static_cast<HGDIOBJ>(hFont) )); in SelectFont()
63 inline void DeleteFont( HFONT hFont ) in DeleteFont()
68 inline HFONT GetStockFont( int nObject ) in GetStockFont()
70 return static_cast<HFONT>(GetStockObject( nObject )); in GetStockFont()
128 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont()
133 inline HFONT GetWindowFont( HWND hWnd ) in GetWindowFont()
135 return reinterpret_cast<HFONT>(SendMessageW( hWnd, WM_GETFONT, 0, 0 )); in GetWindowFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/win/
H A Dwincomp.hxx58 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont()
60 return static_cast<HFONT>(SelectObject( hDC, static_cast<HGDIOBJ>(hFont) )); in SelectFont()
63 inline void DeleteFont( HFONT hFont ) in DeleteFont()
68 inline HFONT GetStockFont( int nObject ) in GetStockFont()
70 return static_cast<HFONT>(GetStockObject( nObject )); in GetStockFont()
128 inline void SetWindowFont( HWND hWnd, HFONT hFont, BOOL bRedraw ) in SetWindowFont()
133 inline HFONT GetWindowFont( HWND hWnd ) in GetWindowFont()
135 return reinterpret_cast<HFONT>(SendMessageW( hWnd, WM_GETFONT, 0, 0 )); in GetWindowFont()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32LabelledSeparator.cpp28 #define GWL(hwnd) (HFONT)GetWindowLongPtrW((hwnd), GWLP_USERDATA)
63 static void AdaptSeparatorLength(HWND hwnd, const wchar_t* text, HFONT hFont) in AdaptSeparatorLength()
69 HFONT hCtrlFont = CreateFontIndirectW(&logFont); in AdaptSeparatorLength()
75 HFONT hPrevCtrlFont; in AdaptSeparatorLength()
77 hPrevCtrlFont = (HFONT) SelectObject(hdc, hFont); in AdaptSeparatorLength()
129 SWL(hwnd, (HFONT) wParam); in _LabelledSeparatorWndProc()
134 AdaptSeparatorLength(hwnd, text, (HFONT) wParam); in _LabelledSeparatorWndProc()
141 AdaptSeparatorLength(hwnd, (const wchar_t*) lParam, (HFONT) GWL(hwnd)); in _LabelledSeparatorWndProc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/
H A Dwtl10.patch14 @@ -187,7 +187,7 @@ inline HFONT AtlGetDefaultGuiFont()
15 inline HFONT AtlCreateControlFont()
20 HFONT hFont = ::CreateFontIndirect(&lf);
23 @@ -199,9 +199,9 @@ inline HFONT AtlCreateBoldFont(HFONT hFont = NULL)
33 HFONT hFontBold = ::CreateFontIndirect(&lf);

12345678910>>...76