Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_bmp.cpp16 void* (*m_AllocFunc)(unsigned int); member
56 p->m_AllocFunc = _bmp_alloc_func; in Start()
Dfx_codec_gif.cpp16 void* (*m_AllocFunc)(unsigned int); member
80 p->m_AllocFunc = _gif_alloc_func; in Start()
Dfx_codec_png.cpp100 void* (*m_AllocFunc)(unsigned int); member
205 p->m_AllocFunc = _png_alloc_func; in Start()
Dfx_codec_jpeg.cpp561 void* (*m_AllocFunc)(unsigned int); member
589 p->m_AllocFunc = jpeg_alloc_func; in Start()