Searched refs:CPngContext (Results 1 – 1 of 1) sorted by relevance
26 class CPngContext final : public ModuleIface::Context { class28 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 CPngContext180 CPngContext::~CPngContext() { in ~CPngContext()192 auto p = pdfium::MakeUnique<CPngContext>(pDelegate); in Start()220 auto* ctx = static_cast<CPngContext*>(pContext); in Input()