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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dbmp.c638 int bperline, nbytes, ncolors, i, x, y, greenOffset, blueOffset, alphaOffset; local
687 bperline = ((blockPtr->width * nbytes + 3) / 4) * 4;
690 putint(handle, 54 + (ncolors*4) + bperline * blockPtr->height);
698 putint(handle, bperline * blockPtr->height);
708 bperline -= blockPtr->width * nbytes;
733 if (bperline) {
734 tkimg_Write(handle, "\0\0\0", bperline);

Completed in 192 milliseconds