Searched refs:HFONT (Results 1 – 15 of 15) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 218 HFONT font = CreateFontIndirect(&lf); in LogFontTypeface() 221 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in LogFontTypeface() 447 void init(HFONT font, const XFORM& xform) { in init() 457 HFONT fFont; 578 HFONT fSavefont; 579 HFONT fFont; 679 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI() 1611 HFONT font = CreateFontIndirect(&fLogFont); in onGetFamilyName() 1614 HFONT savefont = (HFONT)SelectObject(deviceContext, font); in onGetFamilyName() 1638 HFONT font = CreateFontIndirect(&fLogFont); in getGlyphToUnicodeMap() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 61 HFONT fFont; 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont()
|
/external/harfbuzz_ng/src/ |
D | hb-gdi.cc | 38 if (unlikely (!SelectObject (hdc, (HFONT) user_data))) goto fail; in _hb_gdi_reference_table() 68 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 | 514 HFONT hfont; 593 HFONT
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 365 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() 386 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() 575 HFONT hFont = in MapFont() 579 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont); in MapFont() 632 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontData() 644 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFaceName() 656 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontCharset()
|
D | fx_win32_print.cpp | 31 ScopedState(HDC hDC, HFONT hFont) in ScopedState() 244 HFONT hFont = CreateFontIndirect(&lf); in DrawDeviceText()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 217 , fSavefont((HFONT)::SelectObject(fHdc, fFont)) in SkAutoHDC() 231 HFONT fFont; 232 HFONT fSavefont; 456 void init(HFONT font, const XFORM& xform) { in init() 465 HFONT fSavefont{0}; 467 HFONT fFont{0}; 487 fSavefont = (HFONT)SelectObject(fDC, fFont); in draw() 593 HFONT fSavefont; 594 HFONT fFont; 692 fSavefont = (HFONT)SelectObject(fDDC, fFont); in SkScalerContext_GDI() [all …]
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 69 HFONT = HANDLE variable
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 49 HFONT GetDefaultFont() { in GetDefaultFont() 50 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT)); in GetDefaultFont()
|
/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 70 HFONT = HANDLE variable
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1153 HFONT hFont; in WindowProc()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1109 HFONT hFont; in WindowProc()
|
/external/harfbuzz_ng/ |
D | NEWS | 38 - New hb-gdi.h header and API for creating hb_face_t from HFONT.
|