Home | History | Annotate | Download | only in src

Lines Matching full:yoffset

2047             ptr += img->roi->yOffset*img->widthStep +
2817 img->roi->yOffset*img->widthStep +
2832 img->roi->yOffset*img->widthStep +
3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height )
3244 roi->yOffset = yOffset;
3250 roi = CvIPL.createROI( coi, xOffset, yOffset, width, height );
3384 image->roi->xOffset = image->roi->yOffset = 0;
3494 image->roi->yOffset = rect.y;
3547 rect = cvRect( img->roi->xOffset, img->roi->yOffset,
3628 src->roi->yOffset, src->roi->width, src->roi->height );