Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dbitblt.c37 emr.rclBounds.left = dst->log_x; in EMFDRV_PatBlt()
39 emr.rclBounds.right = dst->log_x + dst->log_width - 1; in EMFDRV_PatBlt()
41 emr.xDest = dst->log_x; in EMFDRV_PatBlt()
114 pEMR->rclBounds.left = dst->log_x; in EMFDRV_StretchBlt()
116 pEMR->rclBounds.right = dst->log_x + dst->log_width - 1; in EMFDRV_StretchBlt()
118 pEMR->xDest = dst->log_x; in EMFDRV_StretchBlt()
123 pEMR->xSrc = src->log_x; in EMFDRV_StretchBlt()
/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Dbitblt.c33 MFDRV_MetaParam6( dev, META_PATBLT, dst->log_x, dst->log_y, dst->log_width, dst->log_height, in MFDRV_PatBlt()
115 *(mr->rdParm + 5) = src->log_x; in MFDRV_StretchBlt()
119 *(mr->rdParm + 9) = dst->log_x; in MFDRV_StretchBlt()
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h38 int log_x; /* original position and size, in logical coords */ member