Searched refs:deviceContext (Results 1 – 4 of 4) sorted by relevance
85 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
229 /* [in] */ OLE_HANDLE deviceContext);
309 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument322 HDC dc = (HDC)(ULONG64)deviceContext; in paintDocumentRectToContext()
5092 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument5094 if (!deviceContext) in paintDocumentRectToContext()5100 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext); in paintDocumentRectToContext()