Searched refs:bytesPerLineAND (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
983 bytesPerLineAND = ((blockPtr->width * 1 + 31) / 32 )* 4;
998 bytesPerLineAND * blockPtr->height;
1055 bytesPerLineAND -= blockPtr->width / 8;
1077 if (bytesPerLineAND) {
1078 tkimg_Write(handle, "\0\0\0", bytesPerLineAND);

Completed in 268 milliseconds