Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dtransupp.h124 JCOPYOPT_ALL /* copy all optional markers */ enumerator
/external/libjpeg-turbo/
Dtransupp.h196 JCOPYOPT_ALL /* copy all optional markers */ enumerator
Djpegtran.c184 copyoption = JCOPYOPT_ALL; in parse_switches()
Dturbojpeg.c2070 jcopy_markers_setup(dinfo, JCOPYOPT_ALL); in tjTransform()
2120 jcopy_markers_execute(dinfo, cinfo, JCOPYOPT_ALL); in tjTransform()
Dtransupp.c1574 if (option == JCOPYOPT_ALL) { in jcopy_markers_setup()