Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp52 void* (*m_AllocFunc)(unsigned int); member in CJpegContext
191 : m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()