Home | History | Annotate | Download | only in giflib

Lines Matching defs:ep

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