Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp34 void* (*m_AllocFunc)(unsigned int); member in CPngContext
205 m_AllocFunc(_png_alloc_func), in CPngContext()
Dfx_codec_jpeg.cpp44 void* (*m_AllocFunc)(unsigned int); member in CJpegContext
395 : m_SkipSize(0), m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()