Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp183 IDWriteGdiInterop* pGdiInterop = NULL; in DwCreateRenderingTarget() local
187 hr = pDwFactory->GetGdiInterop(&pGdiInterop); in DwCreateRenderingTarget()
191 hr = pGdiInterop->CreateBitmapRenderTarget(NULL, pBitmap->GetWidth(), pBitmap->GetHeight(), in DwCreateRenderingTarget()
212 SafeRelease(&pGdiInterop); in DwCreateRenderingTarget()
217 SafeRelease(&pGdiInterop); in DwCreateRenderingTarget()