Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.h25 CFX_GifContext(GifModule* gif_module, GifModule::Delegate* delegate);
Dcfx_gifcontext_unittest.cpp16 CFX_GifContextForTest(GifModule* gif_module, GifModule::Delegate* delegate) in CFX_GifContextForTest() argument
17 : CFX_GifContext(gif_module, delegate) {} in CFX_GifContextForTest()
Dcfx_gifcontext.cpp26 CFX_GifContext::CFX_GifContext(GifModule* gif_module, in CFX_GifContext() argument
28 : gif_module_(gif_module), delegate_(delegate) {} in CFX_GifContext()