Searched refs:deviceContext (Results 1 – 4 of 4) sorted by relevance
86 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
235 /* [in] */ OLE_HANDLE deviceContext);
331 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument344 HDC dc = (HDC)(ULONG64)deviceContext; in paintDocumentRectToContext()
5538 /* [in] */ OLE_HANDLE deviceContext) in paintDocumentRectToContext() argument5540 if (!deviceContext) in paintDocumentRectToContext()5546 return m_mainFrame->paintDocumentRectToContext(rect, deviceContext); in paintDocumentRectToContext()