Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkFontHost_win.cpp218 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/
DGDIFontInstance.h61 HFONT fFont;
85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont()
/external/harfbuzz_ng/src/
Dhb-gdi.cc38 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()
Dhb-gdi.h35 hb_gdi_face_create (HFONT hfont);
Dhb-uniscribe.h40 HB_EXTERN HFONT
Dhb-uniscribe.cc514 HFONT hfont;
593 HFONT
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp365 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()
Dfx_win32_print.cpp31 ScopedState(HDC hDC, HFONT hFont) in ScopedState()
244 HFONT hFont = CreateFontIndirect(&lf); in DrawDeviceText()
/external/skia/src/ports/
DSkFontHost_win.cpp217 , 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/
Dwintypes.py69 HFONT = HANDLE variable
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc49 HFONT GetDefaultFont() { in GetDefaultFont()
50 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT)); in GetDefaultFont()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py70 HFONT = HANDLE variable
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1153 HFONT hFont; in WindowProc()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1109 HFONT hFont; in WindowProc()
/external/harfbuzz_ng/
DNEWS38 - New hb-gdi.h header and API for creating hb_face_t from HFONT.