Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimageinterlace_variation2.phpt2 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 Dbug77700.phpt2 Bug #77700 (Writing truecolor images as GIF ignores interlace flag)
H A Dimageinterlace_variation1.phpt2 Testing setting the interlace bit on with imageinterlace() of GD library
/php-src/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.c379 im->interlace = (interlace_type == PNG_INTERLACE_ADAM7); in gdImageCreateFromPngCtx()
601 interlace_type = im->interlace ? PNG_INTERLACE_ADAM7 : PNG_INTERLACE_NONE; in gdImagePngCtxEx()
H A Dgd.h203 int interlace; member
778 #define gdImageGetInterlaced(im) ((im)->interlace)
H A Dgd.c173 im->interlace = 0; in gdImageCreate()
224 im->interlace = 0; in gdImageCreateTrueColor()
2831 im->interlace = interlaceArg; in gdImageInterlace()
2841 if (im1->interlace != im2->interlace) { in gdImageCompare()

Completed in 34 milliseconds