/third_party/flutter/skia/src/ports/ |
D | SkFontHost_win.cpp | 219 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/ |
D | GDIFontInstance.h | 61 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/ |
D | GDIFontInstance.h | 61 HFONT fFont; 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 61 HFONT fFont; 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-gdi.cc | 48 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()
|
D | hb-gdi.h | 35 hb_gdi_face_create (HFONT hfont);
|
D | hb-uniscribe.h | 40 HB_EXTERN HFONT
|
D | hb-uniscribe.cc | 471 HFONT hfont; 570 HFONT
|
/third_party/harfbuzz/src/ |
D | hb-gdi.cc | 48 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()
|
D | hb-gdi.h | 35 hb_gdi_face_create (HFONT hfont);
|
D | hb-uniscribe.h | 40 HB_EXTERN HFONT
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | custcntl.h | 47 …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…
|
D | windef.h | 50 DECLARE_HANDLE(HFONT);
|
D | mlang.h | 1138 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 …]
|
D | wownt32.h | 35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT)))
|
D | windowsx.h | 41 #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)
|
D | windowsx.h16 | 44 #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)
|
D | cluadmex.h | 140 virtual HFONT WINAPI GetFont(void) = 0; 151 HFONT (WINAPI *GetFont)(IGetClusterUIInfo *This); 172 HFONT WINAPI IGetClusterUIInfo_GetFont_Proxy(IGetClusterUIInfo *This);
|
D | ntgdi.h | 52 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);
|
D | wtypes.h | 343 typedef void *HFONT;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-uniscribe.h | 40 HB_EXTERN HFONT
|
/third_party/skia/src/ports/ |
D | SkFontHost_win.cpp | 217 , 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/ |
D | root_window_win.h | 131 HFONT font_;
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 70 HFONT = HANDLE variable
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 82 HFONT CreateNativeFont(const gfx::Font& font) { in CreateNativeFont() 262 HFONT new_font = CreateNativeFont(font_list.GetPrimaryFont()); in OnDrawItem()
|