Home
last modified time | relevance | path

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

/PHP-7.4/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
H A Dbug77700.phpt2 Bug #77700 (Writing truecolor images as GIF ignores interlace flag)
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_out.c132 int interlace, BitsPerPixel; in _gdImageGifCtx() local
133 interlace = im->interlace; in _gdImageGifCtx()
147 out, tim->sx, tim->sy, interlace, 0, tim->transparent, BitsPerPixel, in _gdImageGifCtx()
H A Dgd_gif_in.c100 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl…
237 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
557 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl… in ReadImage() argument
612 if (interlace) { in ReadImage()
H A Dgd_png.c374 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx()
596 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
H A Dgd.h203 int interlace; member
755 #define gdImageGetInterlaced(im) ((im)->interlace)
H A Dgd.c203 im->interlace = 0; in gdImageCreate()
254 im->interlace = 0; in gdImageCreateTrueColor()
2861 im->interlace = interlaceArg; in gdImageInterlace()
2871 if (im1->interlace != im2->interlace) { in gdImageCompare()
/PHP-7.4/ext/gd/
H A Dgd.c599 ZEND_ARG_INFO(0, interlace)
/PHP-7.4/
H A DNEWS2175 . Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).

Completed in 49 milliseconds