Searched refs:crArea (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/backend/ |
H A D | plustek-pp_image.c | 426 ps->DataInf.crImage = pInf->ImgDef.crArea; in imageP98SetupScanSettings() 727 DBG( DBG_LOW, "crArea.x = %u, crArea.y = %u\n", in imageP98GetInfo() 728 pImgInf->crArea.x, pImgInf->crArea.y ); in imageP98GetInfo() 730 DBG( DBG_LOW, "crArea.cx = %u, crArea.cy = %u\n", in imageP98GetInfo() 731 pImgInf->crArea.cx, pImgInf->crArea.cy ); in imageP98GetInfo() 737 ps->DataInf.dwAppLinesPerArea = (ULong)pImgInf->crArea in imageP98GetInfo() [all...] |
H A D | u12-image.c | 339 DBG( _DBG_INFO, "* crArea.x = %u, crArea.y = %u\n", in u12image_GetImageInfo() 340 image->crArea.x, image->crArea.y ); in u12image_GetImageInfo() 342 DBG( _DBG_INFO, "* crArea.cx = %u, crArea.cy = %u\n", in u12image_GetImageInfo() 343 image->crArea.cx, image->crArea.cy ); in u12image_GetImageInfo() 348 dev->DataInf.dwAppLinesPerArea = (u_long)image->crArea.cy * in u12image_GetImageInfo() 351 dev->DataInf.dwAppPixelsPerLine = (u_long)image->crArea in u12image_GetImageInfo() [all...] |
H A D | plustek-usbscan.c | 1540 pSize->dwPixels = (u_long)pInfo->crArea.cx * pInfo->xyDpi.x / 300UL; in usb_GetImageInfo() 1541 pSize->dwLines = (u_long)pInfo->crArea.cy * pInfo->xyDpi.y / 300UL; in usb_GetImageInfo() 1543 DBG( _DBG_INFO2,"Area: cx=%u, cy=%u\n",pInfo->crArea.cx,pInfo->crArea.cy); in usb_GetImageInfo() 1587 pParam->Origin.x = pInfo->crArea.x; in usb_SaveImageInfo() 1588 pParam->Origin.y = pInfo->crArea.y; in usb_SaveImageInfo()
|
H A D | plustek.h | 315 CropRect crArea; member
|
H A D | u12-scanner.h | 191 CropRect crArea; /**< the image size and position */ member
|
H A D | plustek-pp.h | 76 CropRect crArea; member
|
H A D | plustek-pp_ptdrv.c | 720 tmpcx = (short)img.crArea.cx; in ptdrvIoctl() 721 tmpcy = (short)img.crArea.cy; in ptdrvIoctl()
|
H A D | plustek_pp.c | 1895 sinfo.ImgDef.crArea.x = left; /* offset from left edge to area you want to scan */ in sane_start() 1896 sinfo.ImgDef.crArea.y = top; /* offset from top edge to area you want to scan */ in sane_start() 1897 sinfo.ImgDef.crArea.cx = width; /* always relative to 300 dpi */ in sane_start() 1898 sinfo.ImgDef.crArea.cy = height; in sane_start()
|
H A D | u12.c | 1651 image.crArea.x = left; /* offset from left edge to area you want to scan */ in sane_start() 1652 image.crArea.y = top; /* offset from top edge to area you want to scan */ in sane_start() 1653 image.crArea.cx = width; /* always relative to 300 dpi */ in sane_start() 1654 image.crArea.cy = height; in sane_start()
|
H A D | plustek.c | 2468 crop.ImgDef.crArea.x = left; /* offset from left edge to area you want to scan */ in local_sane_start() 2469 crop.ImgDef.crArea.y = top; /* offset from top edge to area you want to scan */ in local_sane_start() 2470 crop.ImgDef.crArea.cx = width; /* always relative to 300 dpi */ in local_sane_start() 2471 crop.ImgDef.crArea.cy = height; in local_sane_start()
|
Completed in 15 milliseconds