Searched refs:rectL (Results 1 – 2 of 2) sorted by relevance
84 struct bts_Int16Rect rectL; in bts_Int16Rect_create() local85 rectL.x1E = x1A; in bts_Int16Rect_create()86 rectL.y1E = y1A; in bts_Int16Rect_create()87 rectL.x2E = x2A; in bts_Int16Rect_create()88 rectL.y2E = y2A; in bts_Int16Rect_create()89 return rectL; in bts_Int16Rect_create()
229 struct bts_Int16Rect rectL; in btk_DCR_assignImageROI() local230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16, in btk_DCR_assignImageROI()236 rectL.x1E = rectL.x1E < 0 ? 0 : rectL.x1E; in btk_DCR_assignImageROI()237 rectL.y1E = rectL.y1E < 0 ? 0 : rectL.y1E; in btk_DCR_assignImageROI()238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; 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()