Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp26 class CPngContext final : public ModuleIface::Context { class
28 explicit CPngContext(PngModule::Delegate* pDelegate);
29 ~CPngContext() override;
86 reinterpret_cast<CPngContext*>(png_get_progressive_ptr(png_ptr)); in _png_get_header_func()
159 reinterpret_cast<CPngContext*>(png_get_progressive_ptr(png_ptr)); in _png_get_row_func()
175 CPngContext::CPngContext(PngModule::Delegate* pDelegate) in CPngContext() function in CPngContext
180 CPngContext::~CPngContext() { in ~CPngContext()
192 auto p = pdfium::MakeUnique<CPngContext>(pDelegate); in Start()
220 auto* ctx = static_cast<CPngContext*>(pContext); in Input()