Lines Matching refs:cols
90 for( j = 0; j < f->cols; j++ )
120 for (j=0; j<f->cols; j++) {
252 if ((i<=0)||(j<=0)||(i>f->rows)||(j>f->cols)) continue;
268 for(j=0; j<f->cols; j++) {
294 if ((i<=1)||(j<=1)||(i>t->rows-1)||(j>t->cols-1)) continue;
336 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2);
337 if (k>0&&l>0&&k<t->rows-1&&l<t->cols-1) {
407 if ((i<=1)||(j<=1)||(i>t->rows-1)||(j>t->cols-1)) continue;
449 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2);
450 if (k>0&&l>0&&k<t->rows-1&&l<t->cols-1) {
528 if ((i<=1)||(j<=1)||(i>t->rows-1)||(j>t->cols-1)) continue;
544 int lm=l-1+(l==1),lp=l-1-(l==f->cols-2);
545 if (k>0&&l>0&&k<f->rows-1&&l<f->cols-1) {
619 if ((i<=1)||(j<=1)||(i>t->rows-1)||(j>t->cols-1)) continue;
635 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2);
636 if (k>0&&l>0&&k<t->rows-1&&l<t->cols-1) {
705 for(j=0; j<image->cols; j++) {\
709 CV_MAT_ELEM(*image,type,i,0) = CV_MAT_ELEM(*image,type,i,image->cols-1) = value;\
711 for(j=0; j<image->cols; j++) {\
719 for(j=0; j<src->cols; j++) {\
763 ecols = input_img->cols + 2;