interlace 568 ext/gd/gd.c ZEND_ARG_INFO(0, interlace) interlace 153 ext/gd/libgd/gd.c im->interlace = 0; interlace 207 ext/gd/libgd/gd.c im->interlace = 0; interlace 2785 ext/gd/libgd/gd.c im->interlace = interlaceArg; interlace 2795 ext/gd/libgd/gd.c if (im1->interlace != im2->interlace) { interlace 202 ext/gd/libgd/gd.h int interlace; interlace 740 ext/gd/libgd/gd.h #define gdImageGetInterlaced(im) ((im)->interlace) interlace 99 ext/gd/libgd/gd_gif_in.c static void ReadImage (gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBlockP); /*1.4//, int ignore); */ interlace 233 ext/gd/libgd/gd_gif_in.c im->interlace = BitSet(buf[8], INTERLACE); interlace 553 ext/gd/libgd/gd_gif_in.c ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBlockP) /*1.4//, int ignore) */ interlace 608 ext/gd/libgd/gd_gif_in.c if (interlace) { interlace 120 ext/gd/libgd/gd_gif_out.c int interlace, BitsPerPixel; interlace 121 ext/gd/libgd/gd_gif_out.c interlace = im->interlace; interlace 135 ext/gd/libgd/gd_gif_out.c out, tim->sx, tim->sy, tim->interlace, 0, tim->transparent, BitsPerPixel, interlace 354 ext/gd/libgd/gd_png.c im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); interlace 570 ext/gd/libgd/gd_png.c interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE;