HomeSort by relevance Sort by last modified time
    Searched refs:ReadGifSignature (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext_unittest.cpp 18 using CFX_GifContext::ReadGifSignature;
109 TEST(CFX_GifContext, ReadGifSignature) {
115 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadGifSignature());
122 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadGifSignature());
128 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadGifSignature());
135 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadGifSignature());
142 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadGifSignature());
149 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadGifSignature());
156 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadGifSignature());
cfx_gifcontext.h 70 CFX_GifDecodeStatus ReadGifSignature();
cfx_gifcontext.cpp 70 CFX_GifDecodeStatus status = ReadGifSignature();
368 CFX_GifDecodeStatus CFX_GifContext::ReadGifSignature() {

Completed in 910 milliseconds