Searched refs:rowstart (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c196 UInt *rowstart; /* for rle images */ member in struct:__anon12995
394 image->rowstart = (unsigned int *)malloc(tablesize);
396 if( image->rowstart == 0 || image->rowsize == 0 ) {
404 image->rowstart[i] = 0;
410 if (tablesize != Tcl_Read (file, (char *)image->rowstart, tablesize)) {
411 i_errhdlr("iopen: error on read of rowstart\n");
415 cvtlongs(image->rowstart,tablesize);
465 cvtlongs(image->rowstart,tablesize);
466 if (img_write(image,(char *)(image->rowstart),tablesize) != tablesize) {
467 i_errhdlr("iclose: error on write of rowstart\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dmatrix.tcl2729 set rowstart [expr {$rows - $n}]
2732 for {set r $rowstart} {$r < $rows} {incr r} {
2738 set rows $rowstart

Completed in 198 milliseconds