Lines Matching refs:xyPhyDpi

173     if( ps->DataInf.wYSum >= ps->DataInf.xyPhyDpi.y ) {
175 ps->DataInf.wYSum -= ps->DataInf.xyPhyDpi.y;
721 ps->DataInf.xyPhyDpi.x = imageGetPhysDPI( ps, pImgInf, _TRUE );
722 ps->DataInf.xyPhyDpi.y = imageGetPhysDPI( ps, pImgInf, _FALSE );
724 DBG( DBG_LOW, "xyPhyDpi.x = %u, xyPhyDpi.y = %u\n",
725 ps->DataInf.xyPhyDpi.x, ps->DataInf.xyPhyDpi.y );
733 ps->DataInf.XYRatio = 1000 * ps->DataInf.xyPhyDpi.y/ps->DataInf.xyPhyDpi.x;
744 ps->DataInf.xyPhyDpi.x / _MEASURE_BASE;
839 ps->DataInf.xyPhyDpi.x = imageGetPhysDPI( ps, pImgInf, _TRUE );
840 ps->DataInf.xyPhyDpi.y = imageGetPhysDPI( ps, pImgInf, _FALSE );
842 DBG( DBG_LOW, "xyPhyDpi.x = %u, xyPhyDpi.y = %u\n",
843 ps->DataInf.xyPhyDpi.x, ps->DataInf.xyPhyDpi.y );
851 ps->DataInf.XYRatio = 1000 * ps->DataInf.xyPhyDpi.y/ps->DataInf.xyPhyDpi.x;
858 ps->DataInf.dwAsicPixelsPerPlane = (ULong)ps->DataInf.xyPhyDpi.x *
865 ps->DataInf.xyPhyDpi.x / _MEASURE_BASE;
1373 if( ps->DataInf.xyPhyDpi.y > 75U ) {
1375 ps->Scan.gd_gk.wGreenDiscard = ps->DataInf.xyPhyDpi.y / 75U;
1377 ps->Scan.gd_gk.wGreenDiscard = ps->DataInf.xyPhyDpi.y / 150U;
1418 ps->DataInf.xyPhyDpi.y = 150;
1443 ps->DataInf.xyPhyDpi.y = 75;
1447 ps->DataInf.xyPhyDpi.y = 150;
1455 ps->DataInf.xyPhyDpi.y = 150;
1461 ps->DataInf.xyPhyDpi.y = 300;
1467 ps->DataInf.xyPhyDpi.y = 600;
1473 ps->DataInf.xyPhyDpi.y = 1200;
1479 if( ps->DataInf.xyAppDpi.y == ps->DataInf.xyPhyDpi.y ) {
1498 ps->DataInf.xyPhyDpi.y, ps->DataInf.xyAppDpi.y );
1500 ps->DataInf.wYSum = ps->DataInf.xyPhyDpi.y - ps->DataInf.xyAppDpi.y;