Searched refs:interlace (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/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-7.1/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 | 99 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl… 236 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx() 556 …r im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBl… in ReadImage() argument 611 if (interlace) { in ReadImage()
|
H A D | gd_png.c | 354 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx() 570 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
|
H A D | gd.h | 202 int interlace; member 738 #define gdImageGetInterlaced(im) ((im)->interlace)
|
H A D | gd.c | 157 im->interlace = 0; in gdImageCreate() 211 im->interlace = 0; in gdImageCreateTrueColor() 2816 im->interlace = interlaceArg; in gdImageInterlace() 2826 if (im1->interlace != im2->interlace) { in gdImageCompare()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 574 ZEND_ARG_INFO(0, interlace)
|
Completed in 31 milliseconds