Home
last modified time | relevance | path

Searched refs:SaveDecodingStatus (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp77 SaveDecodingStatus(GIF_D_STATUS_EXT); in GetFrame()
80 SaveDecodingStatus(GIF_D_STATUS_IMG_INFO); in GetFrame()
83 SaveDecodingStatus(GIF_D_STATUS_TAIL); in GetFrame()
88 SaveDecodingStatus(GIF_D_STATUS_SIG); in GetFrame()
102 SaveDecodingStatus(GIF_D_STATUS_EXT_CE); in GetFrame()
105 SaveDecodingStatus(GIF_D_STATUS_EXT_GCE); in GetFrame()
108 SaveDecodingStatus(GIF_D_STATUS_EXT_PTE); in GetFrame()
115 SaveDecodingStatus(status); in GetFrame()
143 SaveDecodingStatus(GIF_D_STATUS_IMG_DATA); in GetFrame()
149 SaveDecodingStatus(GIF_D_STATUS_SIG); in GetFrame()
[all …]
Dcfx_gifcontext.h74 void SaveDecodingStatus(int32_t status);
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp265 SaveDecodingStatus(DecodeStatus::kPal); in ReadBmpHeaderDimensions()
285 SaveDecodingStatus(DecodeStatus::kDataPre); in ReadBmpBitfields()
324 SaveDecodingStatus(DecodeStatus::kDataPre); in ReadBmpPalette()
349 SaveDecodingStatus(DecodeStatus::kData); in DecodeImage()
378 SaveDecodingStatus(DecodeStatus::kData); in DecodeRGB()
440 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRGB()
459 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE8()
466 SaveDecodingStatus(DecodeStatus::kData); in DecodeRLE8()
472 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE8()
550 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE4()
[all …]
Dcfx_bmpdecompressor.h62 void SaveDecodingStatus(DecodeStatus status);