Searched refs:GetDefaultFont (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.h | 26 IFX_Font* GetDefaultFont(IXFA_Doc* hDoc,
|
D | xfa_fontmgr.cpp | 1824 IFX_Font* CXFA_DefFontMgr::GetDefaultFont(IXFA_Doc* hDoc, in GetDefaultFont() function in CXFA_DefFontMgr 2090 pFont = m_pDefFontMgr->GetDefaultFont(hDoc, wsFontFamily, dwFontStyles, in GetFont()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 49 HFONT GetDefaultFont() { in GetDefaultFont() function 94 ::SendMessage(wnd_, WM_SETFONT, reinterpret_cast<WPARAM>(GetDefaultFont()), in Create() 294 HGDIOBJ old_font = ::SelectObject(ps.hdc, GetDefaultFont()); in OnPaint() 458 ::SendMessage(*wnd, WM_SETFONT, reinterpret_cast<WPARAM>(GetDefaultFont()), in CreateChildWindow()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 299 virtual IFX_Font* GetDefaultFont(IXFA_Doc* hDoc,
|