Lines Matching refs:crArea
426 ps->DataInf.crImage = pInf->ImgDef.crArea;
727 DBG( DBG_LOW, "crArea.x = %u, crArea.y = %u\n",
728 pImgInf->crArea.x, pImgInf->crArea.y );
730 DBG( DBG_LOW, "crArea.cx = %u, crArea.cy = %u\n",
731 pImgInf->crArea.cx, pImgInf->crArea.cy );
737 ps->DataInf.dwAppLinesPerArea = (ULong)pImgInf->crArea.cy *
740 ps->DataInf.dwAppPixelsPerLine = (ULong)pImgInf->crArea.cx *
743 ps->DataInf.dwPhysBytesPerLine = (ULong)pImgInf->crArea.cx *
845 DBG( DBG_LOW, "crArea.x = %u, crArea.y = %u\n",
846 pImgInf->crArea.x, pImgInf->crArea.y );
848 DBG( DBG_LOW, "crArea.cx = %u, crArea.cy = %u\n",
849 pImgInf->crArea.cx, pImgInf->crArea.cy );
855 ps->DataInf.dwAppLinesPerArea = (ULong)pImgInf->crArea.cy *
859 pImgInf->crArea.cx / _MEASURE_BASE;
861 ps->DataInf.dwAppPixelsPerLine = (ULong)pImgInf->crArea.cx *
864 ps->DataInf.dwPhysBytesPerLine = (ULong)pImgInf->crArea.cx *
1128 ps->DataInf.crImage = pInf->ImgDef.crArea;