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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c219 static int img_write(IMAGE *image, char *buffer,int count);
466 if (img_write(image,(char *)(image->rowstart),tablesize) != tablesize) {
472 if (img_write(image,(char *)(image->rowsize),tablesize) != tablesize) {
596 * img_seek, img_write, img_read, img_optseek -
650 static int img_write(IMAGE *image, char *buffer,int count) function
935 if (img_write(image,(char *)(image->tmpbuf),cnt) != cnt)
956 if (img_write(image,(char *)(buffer),cnt) != cnt) {
986 if (img_write(image,(char *)(image->tmpbuf),cnt) != cnt)
1009 if (img_write(image,(char *)(image->tmpbuf),cnt) != cnt) {

Completed in 144 milliseconds