Home | History | Annotate | Download | only in b_FDSDK

Lines Matching refs:rectL

229 		struct bts_Int16Rect rectL;
230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16,
236 rectL.x1E = rectL.x1E < 0 ? 0 : rectL.x1E;
237 rectL.y1E = rectL.y1E < 0 ? 0 : rectL.y1E;
238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E;
239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E;
241 bpi_DCR_assignGrayByteImageROI( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA, &rectL );