Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c94 static int ReadColorMap (gdIOCtx *fd, int number, unsigned char (*buffer)[256]);
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
239 if (ReadColorMap(fd, bitPixel, localColorMap)) { in gdImageCreateFromGifCtx()
283 static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)[256]) /* {{{ */ in ReadColorMap() function

Completed in 6 milliseconds