Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/ports/
DSkFontHost_win.cpp219 HFONT font = CreateFontIndirect(&lf); in LogFontTypeface()
222 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in LogFontTypeface()
450 void init(HFONT font, const XFORM& xform) { in init()
460 HFONT fFont;
587 HFONT fSavefont;
588 HFONT fFont;
688 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
1552 HFONT font = CreateFontIndirect(&fLogFont); in onGetFamilyName()
1555 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in onGetFamilyName()
1579 HFONT font = CreateFontIndirect(&fLogFont); in getGlyphToUnicodeMap()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.h61 HFONT fFont;
85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.h61 HFONT fFont;
85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont()
/third_party/icu/icu4c/source/samples/layout/
DGDIFontInstance.h61 HFONT fFont;
85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-gdi.cc48 if (unlikely (!SelectObject (hdc, (HFONT) user_data))) goto fail; in _hb_gdi_reference_table()
80 hb_gdi_face_create (HFONT hfont) in hb_gdi_face_create()
Dhb-gdi.h35 hb_gdi_face_create (HFONT hfont);
Dhb-uniscribe.h40 HB_EXTERN HFONT
Dhb-uniscribe.cc471 HFONT hfont;
570 HFONT
/third_party/harfbuzz/src/
Dhb-gdi.cc48 if (unlikely (!SelectObject (hdc, (HFONT) user_data))) goto fail; in _hb_gdi_reference_table()
80 hb_gdi_face_create (HFONT hfont) in hb_gdi_face_create()
Dhb-gdi.h35 hb_gdi_face_create (HFONT hfont);
Dhb-uniscribe.h40 HB_EXTERN HFONT
/third_party/mingw-w64/mingw-w64-headers/include/
Dcustcntl.h47 …typedef INT (CALLBACK *LPFNCCSIZETOTEXTA)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPSTR pszText…
48 …typedef INT (CALLBACK *LPFNCCSIZETOTEXTW)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPWSTR pszTex…
Dwindef.h50 DECLARE_HANDLE(HFONT);
Dmlang.h1138 virtual HRESULT WINAPI GetFontCodePages(HDC hDC,HFONT hFont,DWORD *pdwCodePages) = 0;
1139 virtual HRESULT WINAPI MapFont(HDC hDC,DWORD dwCodePages,HFONT hSrcFont,HFONT *phDestFont) = 0;
1140 virtual HRESULT WINAPI ReleaseFont(HFONT hFont) = 0;
1153 … HRESULT (WINAPI *GetFontCodePages)(IMLangFontLink *This,HDC hDC,HFONT hFont,DWORD *pdwCodePages);
1154 …HRESULT (WINAPI *MapFont)(IMLangFontLink *This,HDC hDC,DWORD dwCodePages,HFONT hSrcFont,HFONT *phD…
1155 HRESULT (WINAPI *ReleaseFont)(IMLangFontLink *This,HFONT hFont);
1176 …HRESULT WINAPI IMLangFontLink_GetFontCodePages_Proxy(IMLangFontLink *This,HDC hDC,HFONT hFont,DWOR…
1178 …Link_MapFont_Proxy(IMLangFontLink *This,HDC hDC,DWORD dwCodePages,HFONT hSrcFont,HFONT *phDestFont…
1180 HRESULT WINAPI IMLangFontLink_ReleaseFont_Proxy(IMLangFontLink *This,HFONT hFont);
1199 virtual HRESULT WINAPI GetFontCodePages(HDC hDC,HFONT hFont,DWORD *pdwCodePages) = 0;
[all …]
Dwownt32.h35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT)))
Dwindowsx.h41 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
42 #define SelectFont(hdc,hfont) ((HFONT)SelectObject((hdc),(HGDIOBJ)(HFONT)(hfont)))
43 #define GetStockFont(i) ((HFONT)GetStockObject(i))
431 #define HANDLE_WM_SETFONT(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HFONT)(wParam),(WINBOOL)(lParam)),(L…
432 #define FORWARD_WM_SETFONT(hwnd,hfont,fRedraw,fn) (void)(fn)((hwnd),WM_SETFONT,(WPARAM)(HFONT)(hfon…
434 #define HANDLE_WM_GETFONT(hwnd,wParam,lParam,fn) (LRESULT)(UINT_PTR)(HFONT)(fn)(hwnd)
435 #define FORWARD_WM_GETFONT(hwnd,fn) (HFONT)(UINT_PTR)(fn)((hwnd),WM_GETFONT,(WPARAM)0,(LPARAM)0)
Dwindowsx.h1644 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
45 #define SelectFont(hdc,hfont) ((HFONT)SelectObject((hdc),(HGDIOBJ)(HFONT)(hfont)))
46 #define GetStockFont(i) ((HFONT)GetStockObject(i))
447 #define HANDLE_WM_SETFONT(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HFONT)(wParam),(WINBOOL)LOWORD(lPara…
448 #define FORWARD_WM_SETFONT(hwnd,hfont,fRedraw,fn) (void)(fn)((hwnd),WM_SETFONT,(WPARAM)(HFONT)(hfon…
450 #define HANDLE_WM_GETFONT(hwnd,wParam,lParam,fn) (LRESULT)(DWORD)(UINT)(HFONT)(fn)(hwnd)
451 #define FORWARD_WM_GETFONT(hwnd,fn) (HFONT)(UINT)(DWORD)(fn)((hwnd),WM_GETFONT,0,0L)
Dcluadmex.h140 virtual HFONT WINAPI GetFont(void) = 0;
151 HFONT (WINAPI *GetFont)(IGetClusterUIInfo *This);
172 HFONT WINAPI IGetClusterUIInfo_GetFont_Proxy(IGetClusterUIInfo *This);
Dntgdi.h52 W32KAPI int WINAPI NtGdiSetupPublicCFONT(HDC hdc,HFONT hf,ULONG ulAve);
279 W32KAPI HFONT WINAPI NtGdiSelectFont(HDC hdc,HFONT hf);
332 W32KAPI HFONT WINAPI NtGdiHfontCreate(ENUMLOGFONTEXDVW *pelfw,ULONG cjElfw,LFTYPE lft,FLONG fl,PVOI…
354 W32KAPI WINBOOL NtGdiGetRealizationInfo(HDC hdc,PREALIZATION_INFO pri,HFONT hf);
Dwtypes.h343 typedef void *HFONT;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.h40 HB_EXTERN HFONT
/third_party/skia/src/ports/
DSkFontHost_win.cpp217 , fSavefont((HFONT)::SelectObject(fHdc, fFont)) in SkAutoHDC()
231 HFONT fFont;
232 HFONT fSavefont;
457 void init(HFONT font, const XFORM& xform) { in init()
466 HFONT fSavefont{0};
468 HFONT fFont{0};
488 fSavefont = (HFONT)SelectObject(fDC, fFont); in draw()
594 HFONT fSavefont;
595 HFONT fFont;
693 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI()
[all …]
/third_party/cef/tests/cefclient/browser/
Droot_window_win.h131 HFONT font_;
/third_party/python/Lib/ctypes/
Dwintypes.py70 HFONT = HANDLE variable
/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc82 HFONT CreateNativeFont(const gfx::Font& font) { in CreateNativeFont()
262 HFONT new_font = CreateNativeFont(font_list.GetPrimaryFont()); in OnDrawItem()

12