Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dtransupp.h32 #define jcopy_markers_execute jCMrkExec macro
133 EXTERN(void) jcopy_markers_execute
/external/libjpeg-turbo/
Dtransupp.h205 EXTERN(void) jcopy_markers_execute
Djpegtran.c525 jcopy_markers_execute(&srcinfo, &dstinfo, copyoption); in main()
Dtransupp.c1589 jcopy_markers_execute (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, in jcopy_markers_execute() function
Dturbojpeg.c2120 jcopy_markers_execute(dinfo, cinfo, JCOPYOPT_ALL); in tjTransform()