Lines Matching refs:pImage
95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed,
99 uchar* img = pImage + step * seed.y;
167 img = pImage + (YC + dir) * step;
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed,
231 int* img = pImage + (step /= sizeof(pImage[0])) * seed.y;
299 img = pImage + (YC + dir) * step;
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
378 uchar* img = pImage + step*seed.y;
481 img = pImage + (YC + dir) * step;
555 img = pImage + YC * step;
569 img = pImage + (YC + dir) * step;
643 img = pImage + YC * step;
679 icvFloodFill_Grad_32f_CnIR( float* pImage, int step, uchar* pMask, int maskStep,
684 float* img = pImage + (step /= sizeof(float))*seed.y;
787 img = pImage + (YC + dir) * step;
862 img = pImage + YC * step;
876 img = pImage + (YC + dir) * step;
951 img = pImage + YC * step;