Width 307 src/gif2swf.c if (header.width == img->Width && header.height == img->Height)
Width 313 src/gif2swf.c memcpy(to + img->Left, from, img->Width);
Width 314 src/gif2swf.c from += img->Width;
Width 329 src/gif2swf.c if (header.width == img->Width && header.height == img->Height) {
Width 338 src/gif2swf.c memcpy(to + img->Left, from, img->Width);
Width 339 src/gif2swf.c from += img->Width;