Searched refs:interlace (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/gd/tests/ |
H A D | imageinterlace_variation2.phpt | 2 Testing setting the interlace bit off with imageinterlace() of GD library 13 //setting the interlace bit to on 16 //setting de interlace bit to off
|
H A D | bug77700.phpt | 2 Bug #77700 (Writing truecolor images as GIF ignores interlace flag)
|
H A D | imageinterlace_variation1.phpt | 2 Testing setting the interlace bit on with imageinterlace() of GD library
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_gif_out.c | 132 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 D | gd_gif_in.c | 100 …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 D | gd_png.c | 379 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx() 601 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
|
H A D | gd.h | 203 int interlace; member 778 #define gdImageGetInterlaced(im) ((im)->interlace)
|
H A D | gd.c | 203 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()
|
Completed in 22 milliseconds