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

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c97 } ICONIMAGE, *LPICONIMAGE; typedef in typeref:struct:__anon13653
107 ICONIMAGE IconImages[1]; /* Image entries */
1333 + ((res != 0) ? sizeof(ICONIMAGE) : 0);
1692 + ((lpIR->nNumImages - 1) * sizeof(ICONIMAGE)));
4406 size = sizeof(BlockOfIconImages) + (sizeof(ICONIMAGE) * (objc-startObj-1));
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c93 } ICONIMAGE, *LPICONIMAGE; typedef in typeref:struct:__anon13850
101 ICONIMAGE IconImages[1]; /* Image entries */
1254 ((res != 0) ? sizeof(ICONIMAGE) : 0);
1581 sizeof(BlockOfIconImages) + ((lpIR->nNumImages-1) * sizeof(ICONIMAGE)));
4088 + (sizeof(ICONIMAGE) * (objc - (startObj+1)));

Completed in 190 milliseconds