Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c2128 pSetDIBitsToDevice->xDest, in PlayEnhMetaFileRecord()
2129 pSetDIBitsToDevice->yDest, in PlayEnhMetaFileRecord()
2130 pSetDIBitsToDevice->cxSrc, in PlayEnhMetaFileRecord()
2131 pSetDIBitsToDevice->cySrc, in PlayEnhMetaFileRecord()
2132 pSetDIBitsToDevice->xSrc, in PlayEnhMetaFileRecord()
2133 pSetDIBitsToDevice->ySrc, in PlayEnhMetaFileRecord()
2134 pSetDIBitsToDevice->iStartScan, in PlayEnhMetaFileRecord()
2135 pSetDIBitsToDevice->cScans, in PlayEnhMetaFileRecord()
2136 (const BYTE *)mr + pSetDIBitsToDevice->offBitsSrc, in PlayEnhMetaFileRecord()
2137 (const BITMAPINFO *)((const BYTE *)mr + pSetDIBitsToDevice->offBmiSrc), in PlayEnhMetaFileRecord()
[all …]
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h166 …INT (*pSetDIBitsToDevice)(PHYSDEV,INT,INT,DWORD,DWORD,INT,INT,UINT,UINT,LPCVOID,BITMAPINFO*,U… member