Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp524 struct FXJPEG_Context { struct
536 longjmp(((FXJPEG_Context*)cinfo->client_data)->m_JumpMark, -1); in _error_fatal1() argument
543 …((FXJPEG_Context*)cinfo->client_data)->m_SkipSize = (unsigned int)(num - cinfo->src->bytes_in_buff… in _src_skip_data1()
564 FXJPEG_Context* p = (FXJPEG_Context*)FX_Alloc(FX_BYTE, sizeof(FXJPEG_Context)); in Start()
593 FXJPEG_Context* p = (FXJPEG_Context*)pContext; in Finish()
603 FXJPEG_Context* p = (FXJPEG_Context*)pContext; in Input()
622 FXJPEG_Context* p = (FXJPEG_Context*)pContext; in ReadHeader()
643 FXJPEG_Context* p = (FXJPEG_Context*)pContext; in StartScanline()
655 FXJPEG_Context* p = (FXJPEG_Context*)pContext; in ReadScanline()
669 if(((FXJPEG_Context*)pContext)->m_SrcMgr.bytes_in_buffer > 0) { in GetAvailInput()
[all …]