Home | History | Annotate | Download | only in src

Lines Matching refs:row

207 #define _POINT(row, column)\
208 (image_src[(row)*step+(column)])
214 int row, col;
274 for( row = 0; row < h; row++ )
276 fn += _POINT( row, col ) != 0;
283 for( row = 0; row < h; row++ )
287 if( _POINT( row, col ))
298 y[fi] = row;
301 yc = (float) row + 0.5f;
791 "The destination matrix should be continuous and have a single row or a single column" );
1123 "The destination matrix should be continuous and have a single row or a single column" );