Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp40 class CJpegContext final : public ModuleIface::Context { class
42 CJpegContext();
43 ~CJpegContext() override;
106 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in error_fatal1()
112 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); in src_skip_data1()
190 CJpegContext::CJpegContext() in CJpegContext() function in CJpegContext
208 CJpegContext::~CJpegContext() { in ~CJpegContext()
507 auto* pContext = new CJpegContext(); in Start()
523 auto* ctx = static_cast<CJpegContext*>(pContext); in Input()
546 auto* ctx = static_cast<CJpegContext*>(pContext); in ReadHeader()
[all …]