Searched refs:GIFNextPixel (Results 1 – 1 of 1) sorted by relevance
91 static int GIFNextPixel (gdImagePtr im, GifCtx *ctx);252 GIFNextPixel(gdImagePtr im, GifCtx *ctx) in GIFNextPixel() function538 ent = GIFNextPixel( im, ctx );551 while ( (c = GIFNextPixel( im, ctx )) != (unsigned) EOF ) {553 while ( (c = GIFNextPixel( im, ctx )) != EOF ) { /* } */
Completed in 5 milliseconds