Searched refs:log_x (Results 1 – 3 of 3) sorted by relevance
37 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()
33 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()
38 int log_x; /* original position and size, in logical coords */ member