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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c909 int bytesPerLineXOR, bytesPerLineAND, nbytes, ncolors, i, x, y; local
982 bytesPerLineXOR = ((blockPtr->width * nbytes + 3) / 4) * 4;
997 bytesPerLineXOR * blockPtr->height +
1027 bytesPerLineXOR -= blockPtr->width * nbytes;
1050 if (bytesPerLineXOR) {
1051 tkimg_Write(handle, "\0\0\0", bytesPerLineXOR);

Completed in 90 milliseconds