Searched refs:DisposalMode (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
D | anim_util.c | 315 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/ |
D | anim_util.c | 315 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/ |
D | giftool.c | 486 (void)printf("%d", gcb.DisposalMode); in main() 548 gcb.DisposalMode = op->dispose; in main()
|
D | gif_lib.h | 112 int DisposalMode; member
|
D | gifbuild.c | 424 if (sscanf(tp, "disposal mode %d\n", &gcb.DisposalMode)) in Icon2Gif() 714 printf("\tdisposal mode %d\n", gcb.DisposalMode); in DumpExtensions()
|
D | giftext.c | 274 printf("\tDisposal Mode: %d\n", gcb.DisposalMode); in main()
|
D | dgif_lib.c | 632 GCB->DisposalMode = (GifExtension[0] >> 2) & 0x07; in DGifExtensionToGCB() 655 GCB->DisposalMode = DISPOSAL_UNSPECIFIED; in DGifSavedExtensionToGCB()
|
D | egif_lib.c | 668 GifExtension[0] |= ((GCB->DisposalMode & 0x07) << 2); in EGifGCBToExtension()
|