Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp297 IDWriteGdiInterop *mGdiInterop; member
610 mGdiInterop(NULL), in DWriteContext()
648 hr = mDWriteFactory->GetGdiInterop(&mGdiInterop); in DWriteContext()
649 _RPT2(_CRT_WARN, "GetGdiInterop: hr=%p p=%p\n", hr, mGdiInterop); in DWriteContext()
664 SafeRelease(&mGdiInterop); in ~DWriteContext()
741 hr = mGdiInterop->CreateFontFromLOGFONT(&logFont, &font); in CreateTextFormatFromLOGFONT()