Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp384 static void* jpeg_alloc_func(unsigned int size) { in jpeg_alloc_func() function
395 : m_SkipSize(0), m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()