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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c88 UShort nIcons; member in struct:__anon12984
222 sprintf(str, " No. of icons : %d\n", th->nIcons); OUT;
238 UShort reserved, type, nIcons; local
253 if (!readUShort (handle, &nIcons)) {
256 if (nIcons <= 0) {
260 th->nIcons = nIcons;
261 if (!(th->entries = (ICOENTRY *)ckalloc (sizeof (ICOENTRY) * nIcons))) {
265 for (i=0; i<nIcons; i++) {
305 if (!writeUShort (handle, th->nIcons)) {
[all...]

Completed in 144 milliseconds