/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ocidl.h | [all...] |
windef.h | 206 DECLARE_HANDLE(HFONT);
|
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,PVOID pvCliData); 354 W32KAPI WINBOOL NtGdiGetRealizationInfo(HDC hdc,PREALIZATION_INFO pri,HFONT hf); [all...] |
cluadmex.h | 140 virtual HFONT WINAPI GetFont(void) = 0; 151 HFONT (WINAPI *GetFont)(IGetClusterUIInfo *This); 172 HFONT WINAPI IGetClusterUIInfo_GetFont_Proxy(IGetClusterUIInfo *This); [all...] |
wtypes.h | 555 typedef void *HFONT;
|
wingdi.h | [all...] |
commctrl.h | [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 240 HGDIOBJ hFont = CreateFontIndirectA(pLogFont); 242 hFont = SelectObject(hDC, hFont); 245 hFont = SelectObject(hDC, hFont); 246 DeleteObject(hFont); 423 hFont = SelectObject(hDC, hFont); 424 DeleteObject(hFont); [all...] |
/external/webrtc/webrtc/examples/peerconnection/client/ |
main_wnd.cc | 49 HFONT GetDefaultFont() { 50 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT));
|
/external/pdfium/core/src/fpdfdoc/ |
doc_form.cpp | 368 HFONT hFont = (HFONT)::GetStockObject(iFontObject); 369 if (hFont != NULL) { 371 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusheaders.h | 336 Font(HDC hdc, HFONT hfont);
|
gdiplusimpl.h | 753 __inline__ Font::Font(HDC hdc, HFONT hfont): 757 if (GetObject(hfont, sizeof logfont, &logfont)) { [all...] |