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

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinButton.c69 BITMAPINFOHEADER *boxesPtr; /* Information about the bitmap. */ member in struct:ThreadSpecificData
142 tsdPtr->boxesPtr = (LPBITMAPINFOHEADER)LockResource(hblk);
149 if (tsdPtr->boxesPtr != NULL && !(tsdPtr->boxesPtr->biWidth % 4)
150 && !(tsdPtr->boxesPtr->biHeight % 2)) {
151 size = tsdPtr->boxesPtr->biSize + (1 << tsdPtr->boxesPtr->biBitCount)
152 * sizeof(RGBQUAD) + tsdPtr->boxesPtr->biSizeImage;
154 memcpy(newBitmap, tsdPtr->boxesPtr, size);
155 tsdPtr->boxesPtr
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinButton.c69 BITMAPINFOHEADER *boxesPtr; /* Information about the bitmap. */ member in struct:ThreadSpecificData
139 tsdPtr->boxesPtr = (LPBITMAPINFOHEADER)LockResource(hblk);
146 if (tsdPtr->boxesPtr != NULL && !(tsdPtr->boxesPtr->biWidth % 4)
147 && !(tsdPtr->boxesPtr->biHeight % 2)) {
148 size = tsdPtr->boxesPtr->biSize + (1 << tsdPtr->boxesPtr->biBitCount)
149 * sizeof(RGBQUAD) + tsdPtr->boxesPtr->biSizeImage;
151 memcpy(newBitmap, tsdPtr->boxesPtr, size);
152 tsdPtr->boxesPtr
[all...]

Completed in 66 milliseconds