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