Lines Matching refs:widthA
151 uint32 widthA, in bpi_DCR_assignGrayByteImage() argument
156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImage()
160 widthA, heightA, in bpi_DCR_assignGrayByteImage()
165 if( ( widthA & 1 ) != 0 ) in bpi_DCR_assignGrayByteImage()
172 ptrA->imageWidthE = widthA; in bpi_DCR_assignGrayByteImage()
176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); in bpi_DCR_assignGrayByteImage()
187 uint32 widthA, in bpi_DCR_assignGrayByteImageROI() argument
193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImageROI()
197 widthA, heightA, in bpi_DCR_assignGrayByteImageROI()
202 if( ( widthA & 1 ) != 0 ) in bpi_DCR_assignGrayByteImageROI()
211 pRectA->x2E > ( int32 )widthA || pRectA->y2E > ( int32 )heightA ) in bpi_DCR_assignGrayByteImageROI()
218 ptrA->imageWidthE = widthA; in bpi_DCR_assignGrayByteImageROI()