Home
last modified time | relevance | path

Searched refs:exceptionState (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.cpp548 SkGIFState exceptionState = SkGIFSkipBlock; in parse() local
553 exceptionState = SkGIFControlExtension; in parse()
571 exceptionState = SkGIFApplicationExtension; in parse()
575 exceptionState = SkGIFConsumeComment; in parse()
580 GETN(bytesInBlock, exceptionState); in parse()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp548 SkGIFState exceptionState = SkGIFSkipBlock; in parse() local
553 exceptionState = SkGIFControlExtension; in parse()
571 exceptionState = SkGIFApplicationExtension; in parse()
575 exceptionState = SkGIFConsumeComment; in parse()
580 GETN(bytesInBlock, exceptionState); in parse()