Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.c99 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl…
233 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
553 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl… in ReadImage() argument
608 if (interlace) { in ReadImage()
H A Dgd_png.c354 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx()
570 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
H A Dgd.h202 int interlace; member
739 #define gdImageGetInterlaced(im) ((im)->interlace)
H A Dgd.c159 im->interlace = 0; in gdImageCreate()
213 im->interlace = 0; in gdImageCreateTrueColor()
2788 im->interlace = interlaceArg; in gdImageInterlace()
2798 if (im1->interlace != im2->interlace) { in gdImageCompare()
/PHP-5.5/ext/gd/
H A Dgd.c566 ZEND_ARG_INFO(0, interlace)
/PHP-5.5/
H A DNEWS8414 - Fixed bug #38214 (gif interlace output cannot work). (Pierre)

Completed in 78 milliseconds