Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp121 static void* jpeg_alloc_func(unsigned int size) { in jpeg_alloc_func() function
191 : m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()