Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dfx_codec.h84 m_pPngModule = std::move(module); in SetPngModule()
91 ICodec_PngModule* GetPngModule() const { return m_pPngModule.get(); } in GetPngModule()
106 std::unique_ptr<ICodec_PngModule> m_pPngModule; variable