Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c93 static int ReadColorMap (gdIOCtx *fd, int number, unsigned char (*buffer)[256]);
184 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
238 if (ReadColorMap(fd, bitPixel, localColorMap)) { in gdImageCreateFromGifCtx()
282 static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) /* {{{ */ in ReadColorMap() function

Completed in 6 milliseconds