Searched refs:pSetDIBitsToDevice (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 2128 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 D | gdi_driver.h | 166 …INT (*pSetDIBitsToDevice)(PHYSDEV,INT,INT,DWORD,DWORD,INT,INT,UINT,UINT,LPCVOID,BITMAPINFO*,U… member
|