Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp32 class CJpegContext : public CCodec_JpegModule::Context { class
34 CJpegContext();
35 ~CJpegContext() override;
369 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in _error_fatal1()
375 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in _src_skip_data1()
394 CJpegContext::CJpegContext() in CJpegContext() function in CJpegContext
415 CJpegContext::~CJpegContext() { in ~CJpegContext()
421 auto* pContext = new CJpegContext(); in Start()
434 auto* ctx = static_cast<CJpegContext*>(pContext); in Input()
461 auto* ctx = static_cast<CJpegContext*>(pContext);
[all …]