Lines Matching refs:fileHeight
155 int fileWidth, fileHeight;
165 if (!ReadGIFHeader(f, &fileWidth, &fileHeight)) {
170 if ((fileWidth <= 0) || (fileHeight <= 0)) {
192 if ((srcY + height) > fileHeight) {
193 height = fileHeight - srcY;
196 || (srcX >= fileWidth) || (srcY >= fileHeight)) {
203 block.height = fileHeight;
209 nBytes = fileHeight * block.pitch;
270 fileHeight, localColorMap, BitSet(buf[8], INTERLACE),
276 fileHeight, colorMap, BitSet(buf[8], INTERLACE),
284 Tk_PhotoPutBlock(imageHandle, &block, destX, destY, fileWidth, fileHeight);