Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp74 SaveDecodingStatus(GIF_D_STATUS_EXT); in GetFrame()
77 SaveDecodingStatus(GIF_D_STATUS_IMG_INFO); in GetFrame()
80 SaveDecodingStatus(GIF_D_STATUS_TAIL); in GetFrame()
85 SaveDecodingStatus(GIF_D_STATUS_SIG); in GetFrame()
99 SaveDecodingStatus(GIF_D_STATUS_EXT_CE); in GetFrame()
102 SaveDecodingStatus(GIF_D_STATUS_EXT_GCE); in GetFrame()
105 SaveDecodingStatus(GIF_D_STATUS_EXT_PTE); in GetFrame()
112 SaveDecodingStatus(status); in GetFrame()
139 SaveDecodingStatus(GIF_D_STATUS_IMG_DATA); in GetFrame()
145 SaveDecodingStatus(GIF_D_STATUS_SIG); in GetFrame()
[all …]
Dcfx_gifcontext.h70 void SaveDecodingStatus(int32_t status);
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp249 SaveDecodingStatus(DecodeStatus::kPal); in ReadBmpHeaderDimensions()
270 SaveDecodingStatus(DecodeStatus::kDataPre); in ReadBmpBitfields()
313 SaveDecodingStatus(DecodeStatus::kDataPre); in ReadBmpPalette()
342 SaveDecodingStatus(DecodeStatus::kData); in DecodeImage()
371 SaveDecodingStatus(DecodeStatus::kData); in DecodeRGB()
445 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRGB()
466 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE8()
473 SaveDecodingStatus(DecodeStatus::kData); in DecodeRLE8()
479 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE8()
562 SaveDecodingStatus(DecodeStatus::kTail); in DecodeRLE4()
[all …]
Dcfx_bmpdecompressor.h68 void SaveDecodingStatus(DecodeStatus status);