Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_png.cpp118 CCodec_PngModule* pModule = (CCodec_PngModule*)p->parent_ptr; in _png_get_header_func()
190 CCodec_PngModule* pModule = (CCodec_PngModule*)p->parent_ptr; in _png_get_row_func()
200 void* CCodec_PngModule::Start(void* pModule) { in Start()
235 void CCodec_PngModule::Finish(void* pContext) { in Finish()
242 FX_BOOL CCodec_PngModule::Input(void* pContext, in Input()
Dcodec_int.h208 class CCodec_PngModule : public ICodec_PngModule {
210 CCodec_PngModule() { FXSYS_memset(m_szLastError, '\0', PNG_ERROR_SIZE); } in CCodec_PngModule() function
Dfx_codec.cpp25 m_pPngModule(new CCodec_PngModule), in CCodec_ModuleMgr()