Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.c315 int DisposalMode; member
332 gcb->DisposalMode = (GifExtension[0] >> 2) & 0x07; in DGifExtensionToGCB()
349 gcb->DisposalMode = DISPOSAL_UNSPECIFIED; in DGifSavedExtensionToGCB()
595 IsKeyFrameGIF(prev_desc, prev_gcb.DisposalMode, prev_frame, in ReadAnimatedGIF()
609 (prev_gcb.DisposalMode == DISPOSE_BACKGROUND || in ReadAnimatedGIF()
610 prev_gcb.DisposalMode == DISPOSE_PREVIOUS); in ReadAnimatedGIF()
618 switch (prev_gcb.DisposalMode) { in ReadAnimatedGIF()
631 if (src_frame_gcb.DisposalMode != DISPOSE_PREVIOUS) break; in ReadAnimatedGIF()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.c315 int DisposalMode; member
332 gcb->DisposalMode = (GifExtension[0] >> 2) & 0x07; in DGifExtensionToGCB()
349 gcb->DisposalMode = DISPOSAL_UNSPECIFIED; in DGifSavedExtensionToGCB()
595 IsKeyFrameGIF(prev_desc, prev_gcb.DisposalMode, prev_frame, in ReadAnimatedGIF()
609 (prev_gcb.DisposalMode == DISPOSE_BACKGROUND || in ReadAnimatedGIF()
610 prev_gcb.DisposalMode == DISPOSE_PREVIOUS); in ReadAnimatedGIF()
618 switch (prev_gcb.DisposalMode) { in ReadAnimatedGIF()
631 if (src_frame_gcb.DisposalMode != DISPOSE_PREVIOUS) break; in ReadAnimatedGIF()
/third_party/giflib/
Dgiftool.c486 (void)printf("%d", gcb.DisposalMode); in main()
548 gcb.DisposalMode = op->dispose; in main()
Dgif_lib.h112 int DisposalMode; member
Dgifbuild.c424 if (sscanf(tp, "disposal mode %d\n", &gcb.DisposalMode)) in Icon2Gif()
714 printf("\tdisposal mode %d\n", gcb.DisposalMode); in DumpExtensions()
Dgiftext.c274 printf("\tDisposal Mode: %d\n", gcb.DisposalMode); in main()
Ddgif_lib.c632 GCB->DisposalMode = (GifExtension[0] >> 2) & 0x07; in DGifExtensionToGCB()
655 GCB->DisposalMode = DISPOSAL_UNSPECIFIED; in DGifSavedExtensionToGCB()
Degif_lib.c668 GifExtension[0] |= ((GCB->DisposalMode & 0x07) << 2); in EGifGCBToExtension()