Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp115 static void _dest_do_nothing(j_compress_ptr cinfo) {} in _dest_do_nothing() function
169 dest.init_destination = _dest_do_nothing; in _JpegEncode()
170 dest.term_destination = _dest_do_nothing; in _JpegEncode()