Lines Matching refs:heightA
131 u32 heightA ) in btk_DCR_assignGrayByteImage() argument
133 return btk_DCR_assignImage( hdcrA, pDataA, widthA, heightA ); in btk_DCR_assignGrayByteImage()
141 u32 heightA ) in btk_DCR_assignImage() argument
159 if( widthA == 0 || heightA == 0 ) in btk_DCR_assignImage()
167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA ); in btk_DCR_assignImage()
178 u32 heightA, in btk_DCR_assignGrayByteImageROI() argument
181 return btk_DCR_assignImageROI( hdcrA, pDataA, widthA, heightA, pRectA ); in btk_DCR_assignGrayByteImageROI()
189 u32 heightA, in btk_DCR_assignImageROI() argument
207 if( widthA == 0 || heightA == 0 ) in btk_DCR_assignImageROI()
239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; in btk_DCR_assignImageROI()
241 bpi_DCR_assignGrayByteImageROI( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA, &rectL ); in btk_DCR_assignImageROI()