HomeSort by relevance Sort by last modified time
    Searched full:transverse (Results 1 - 25 of 49) sorted by null

1 2

  /external/libjpeg-turbo/
jpegtran.c 79 fprintf(stderr, " -transverse Transverse transpose image\n");
335 } else if (keymatch(arg, "transverse", 6)) {
336 /* Transverse transpose (across UR-to-LL axis). */
tjbenchtest.java.in 154 runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.jpg $OUTDIR/${basename}_${samp}_Q95.jpg
159 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
181 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
193 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
tjexampletest.in 102 $EXEDIR/jpegtran -crop 70x60+16+16 -transverse -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR/${basename}_${samp}_transverse_jpegtran.jpg
107 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
125 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
136 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
jpegtran.1 103 .B \-transverse
104 Transverse transpose (across UR-to-LL axis).
tjbenchtest.in 181 runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.jpg $OUTDIR/${basename}_${samp}_Q95.jpg
186 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
218 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
235 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
tjbench.c 760 printf("-hflip, -vflip, -transpose, -transverse, -rot90, -rot180, -rot270 =\n");
866 if(!strcasecmp(argv[i], "-transverse")) xformop=TJXOP_TRANSVERSE;
usage.txt 512 -transverse Transverse transpose (across UR-to-LL axis).
    [all...]
  /external/libjpeg-turbo/java/
TJExample.java 73 System.out.println("-hflip, -vflip, -transpose, -transverse, -rot90, -rot180, -rot270 =");
181 if (argv[i].equalsIgnoreCase("-transverse"))
TJBench.java 656 System.out.println("-hflip, -vflip, -transpose, -transverse, -rot90, -rot180, -rot270 =");
773 if (argv[i].equalsIgnoreCase("-transverse"))
    [all...]
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransform.java 67 * Transverse transpose image (flip/mirror along upper right to lower left
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 211 "TRANSVERSE",
  /external/ImageMagick/utilities/
magick-script.1 221 \-transverse flop image horizontally and rotate 270 degrees
magick-script.1.in 221 \-transverse flop image horizontally and rotate 270 degrees
magick.1 218 \-transverse flop image horizontally and rotate 270 degrees
magick.1.in 218 \-transverse flop image horizontally and rotate 270 degrees
mogrify.1 257 \-transverse flop image horizontally and rotate 270 degrees
mogrify.1.in 257 \-transverse flop image horizontally and rotate 270 degrees
convert.1.in 258 \-transverse flop image horizontally and rotate 270 degrees
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifInterface.java 320 case Orientation.LEFT_BOTTOM: // Transverse
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJTransform.html 208 <div class="block">Transverse transpose image (flip/mirror along upper right to lower left
436 <div class="block">Transverse transpose image (flip/mirror along upper right to lower left
  /external/pdfium/third_party/lcms2-2.6/src/
cmssm.c 670 // We need to transverse all gamut hull.
  /external/ImageMagick/ImageMagick/script/
convert.html     [all...]
mogrify.html     [all...]
  /external/ImageMagick/www/
convert.html     [all...]
magick-script.html     [all...]

Completed in 6547 milliseconds

1 2