Home
last modified time | relevance | path

Searched refs:InsufficientDestSize (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp53 return CFX_GifDecodeStatus::InsufficientDestSize; in Decode()
64 return CFX_GifDecodeStatus::InsufficientDestSize; in Decode()
127 return CFX_GifDecodeStatus::InsufficientDestSize; in Decode()
Dcfx_gif.h113 InsufficientDestSize, // Only used internally by CGifLZWDecoder::Decode() enumerator
Dcfx_lzwdecompressor_unittest.cpp104 CFX_GifDecodeStatus::InsufficientDestSize, in TEST()
Dcfx_gifcontext.cpp300 if (ret == CFX_GifDecodeStatus::InsufficientDestSize) { in LoadFrame()
/external/pdfium/testing/libfuzzer/
Dpdf_lzw_fuzzer.cc30 if (CFX_GifDecodeStatus::InsufficientDestSize != in LZWFuzz()