Home
last modified time | relevance | path

Searched refs:kRestoreBGColor (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/include/codec/
H A DSkCodecAnimation.h32 kRestoreBGColor = 2, member in SkCodecAnimation::DisposalMethod
/third_party/skia/tests/
H A DCodecAnimTest.cpp102 SkCodecAnimation::DisposalMethod::kRestoreBGColor; in DEF_TEST()
515 == SkCodecAnimation::DisposalMethod::kRestoreBGColor); in test_animated_AndroidCodec()
/third_party/skia/src/codec/
H A DSkCodec.cpp320 // a kRestoreBGColor frame. in handleFrameIndex()
370 case SkCodecAnimation::DisposalMethod::kRestoreBGColor: in handleFrameIndex()
373 // FIXME: If the required frame is kRestoreBGColor, we don't actually need to decode in handleFrameIndex()
830 return frame.getDisposalMethod() == SkCodecAnimation::DisposalMethod::kRestoreBGColor; in restore_bg()
864 // - IND4: the prevFrame's disposal is kRestoreBGColor, and it fills out the
H A DSkWebpCodec.cpp264 SkCodecAnimation::DisposalMethod::kRestoreBGColor : in onGetFrameCount()
H A DSkWuffsCodec.cpp92 return SkCodecAnimation::DisposalMethod::kRestoreBGColor; in wuffs_disposal_to_skia_disposal()

Completed in 6 milliseconds