Home | History | Annotate | Download | only in giflib

Lines Matching defs:ep

614 	ExtensionBlock *ep = &GifFile->SavedImages[ImageIndex].ExtensionBlocks[i];
615 if (ep->Function == GRAPHICS_EXT_FUNC_CODE)
616 return DGifExtensionToGCB(ep->ByteCount, ep->Bytes, GCB);