Home
last modified time | relevance | path

Searched refs:interlace (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 Testing setting the interlace bit off with imageinterlace() of GD library
15 //setting the interlace bit to on
18 //setting de interlace bit to off
H A Dimageinterlace_variation1.phpt2 Testing setting the interlace bit on with imageinterlace() of GD library
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_out.c120 int interlace, BitsPerPixel; in gdImageGifCtx() local
121 interlace = im->interlace; in gdImageGifCtx()
135 out, tim->sx, tim->sy, tim->interlace, 0, tim->transparent, BitsPerPixel, in gdImageGifCtx()
H A Dgd_gif_in.c97 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl…
231 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
546 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl… in ReadImage() argument
601 if (interlace) { in ReadImage()
H A Dgd.h137 int interlace; member
614 #define gdImageGetInterlaced(im) ((im)->interlace)
H A Dgd_png.c352 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx()
568 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
H A Dgd.c155 im->interlace = 0; in gdImageCreate()
207 im->interlace = 0; in gdImageCreateTrueColor()
2779 im->interlace = interlaceArg; in gdImageInterlace()
2789 if (im1->interlace != im2->interlace) { in gdImageCompare()
/PHP-5.3/ext/gd/
H A Dgd.c609 ZEND_ARG_INFO(0, interlace)
/PHP-5.3/
H A DNEWS5364 - Fixed bug #38214 (gif interlace output cannot work). (Pierre)

Completed in 81 milliseconds