Home
last modified time | relevance | path

Searched refs:kRestorePrevious (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/codec/
H A DSkCodecAnimation.h40 kRestorePrevious = 3, member in SkCodecAnimation::DisposalMethod
/third_party/skia/tests/
H A DCodecAnimTest.cpp67 return info.fDisposalMethod == SkCodecAnimation::DisposalMethod::kRestorePrevious; in restore_previous()
104 SkCodecAnimation::DisposalMethod::kRestorePrevious; in DEF_TEST()
426 ERRORF(r, "Using a kRestorePrevious frame as fPriorFrame should fail"); in DEF_TEST()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp162 return SkCodecAnimation::DisposalMethod::kRestorePrevious == dispose; in is_restore_previous()
/third_party/skia/src/codec/
H A DSkCodec.cpp367 case SkCodecAnimation::DisposalMethod::kRestorePrevious: in handleFrameIndex()
863 // - IND3: all preceding frames' disposals are kRestorePrevious.
896 while (prevFrame->getDisposalMethod() == SkCodecAnimation::DisposalMethod::kRestorePrevious) { in setAlphaAndRequiredFrame()
H A DSkWuffsCodec.cpp94 return SkCodecAnimation::DisposalMethod::kRestorePrevious; in wuffs_disposal_to_skia_disposal()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp654 currentFrame->setDisposalMethod(SkCodecAnimation::DisposalMethod::kRestorePrevious); in parse()

Completed in 7 milliseconds