Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp35 void (*m_FreeFunc)(void*); member in CPngContext
206 m_FreeFunc(_png_free_func) { in CPngContext()
Dfx_codec_jpeg.cpp45 void (*m_FreeFunc)(void*); member in CJpegContext
395 : m_SkipSize(0), m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()