Searched refs:interlace (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/gd/tests/ |
H A D | imageinterlace_variation2.phpt | 2 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 D | imageinterlace_variation1.phpt | 2 Testing setting the interlace bit on with imageinterlace() of GD library
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 120 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 D | gd_gif_in.c | 97 …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 D | gd.h | 137 int interlace; member 614 #define gdImageGetInterlaced(im) ((im)->interlace)
|
H A D | gd_png.c | 352 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx() 568 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
|
H A D | gd.c | 155 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 D | gd.c | 609 ZEND_ARG_INFO(0, interlace)
|
/PHP-5.3/ |
H A D | NEWS | 5364 - Fixed bug #38214 (gif interlace output cannot work). (Pierre)
|
Completed in 48 milliseconds