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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c610 int icoHeaderWidth, icoHeaderHeight; local
676 icoHeaderHeight = icoHeader.entries[opts.index].height;
680 if (icoHeaderHeight == 0) {
681 icoHeaderHeight = 256;
683 if (fileWidth != icoHeaderWidth || fileHeight != icoHeaderHeight) {
686 icoHeaderWidth, icoHeaderHeight);

Completed in 112 milliseconds