Lines Matching refs:widthStep
1091 img->widthStep = step;
1095 img->widthStep = min_step;
1098 img->imageSize = img->widthStep * img->height;
1204 *step = img->widthStep;
2047 ptr += img->roi->yOffset*img->widthStep +
2069 ptr += y*img->widthStep + x*pix_size;
2817 img->roi->yOffset*img->widthStep +
2819 img->widthStep ));
2832 img->roi->yOffset*img->widthStep +
2834 img->widthStep ));
2845 img->imageData, img->widthStep ));
3392 image->widthStep = (((image->width * image->nChannels *
3395 image->imageSize = image->widthStep * image->height;