Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds