Lines Matching full:rows
461 int m = (&(a->rows))[t_a];
462 int n = (&(b->rows))[t_b ^ 1];
479 a->rows == b->rows && a->cols == b->cols &&
499 int m = (&(a->rows))[t_a];
500 int n = (&(b->rows))[t_b ^ 1];
794 cvInitMatHeader( &temp, a->cols, a->rows, a->type );
833 fprintf( stdout, "%s(%d x %d) =\n\t", name, rows, cols );
835 for( i = 0; i < rows; i++ )
870 fprintf( out, "\n%s", i < rows - 1 ? "\t" : "" );