Home
last modified time | relevance | path

Searched refs:getDisposalMethod (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.cpp902 if (prevFrame->getDisposalMethod() == SkCodecAnimation::RestorePrevious_DisposalMethod) { in setRequiredFrame()
921 switch (prevFrame->getDisposalMethod()) { in setRequiredFrame()
DSkGifImageReader.h243 SkCodecAnimation::DisposalMethod getDisposalMethod() const { return m_disposalMethod; } in getDisposalMethod() function
/external/skia/src/codec/
DSkGifCodec.cpp424 if (prevFrame->getDisposalMethod() == SkCodecAnimation::RestoreBGColor_DisposalMethod) { in decodeFrame()