HomeSort by relevance Sort by last modified time
    Searched refs:FlipImage (Results 1 - 22 of 22) sorted by null

  /external/ImageMagick/MagickCore/
transform.h 33 *FlipImage(const Image *,ExceptionInfo *),
methods.h 330 #define FlipImage PrependMagickMethod(FlipImage)
    [all...]
transform.c 132 orient_image=FlipImage(image,exception);
    [all...]
display.c     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 113 pSource->FlipImage(dest_width < 0, dest_height < 0);
140 pSource->FlipImage(dest_width < 0, dest_height < 0);
fx_win32_device.cpp 790 std::unique_ptr<CFX_DIBitmap> pBitmap = pBitmap1->FlipImage(false, true);
    [all...]
  /external/ImageMagick/www/api/
transform.php 55 <p class="text-center"><a href="transform.php#AutoOrientImage">AutoOrientImage</a> &bull; <a href="transform.php#ChopImage">ChopImage</a> &bull; <a href="transform.php#CropImage">CropImage</a> &bull; <a href="transform.php#CropImageToTiles">CropImageToTiles</a> &bull; <a href="transform.php#ExcerptImage">ExcerptImage</a> &bull; <a href="transform.php#ExtentImage">ExtentImage</a> &bull; <a href="transform.php#FlipImage">FlipImage</a> &bull; <a href="transform.php#FlopImage">FlopImage</a> &bull; <a href="transform.php#RollImage">RollImage</a> &bull; <a href="transform.php#ShaveImage">ShaveImage</a> &bull; <a href="transform.php#SpliceImage">SpliceImage</a> &bull; <a href="transform.php#TransformImage">TransformImage</a> &bull; <a href="transform.php#TransformImages">TransformImages</a> &bull; <a href="transform.php#TransposeImage">TransposeImage</a> &bull; <a href="transform.php#TransverseImage">TransverseImage</a> &bull; <a href="transform.php#TrimImage">TrimImage</a></p>
238 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/transform_8c.html" id="FlipImage">FlipImage</a></h2>
240 <p>FlipImage() creates a vertical mirror image by reflecting the pixels around the central x-axis.</p>
242 <p>The format of the FlipImage method is:</p>
245 Image *FlipImage(const Image *image,ExceptionInfo *exception)
  /external/ImageMagick/coders/
sfw.c 366 flipped_image=FlipImage(image,exception);
wpg.c     [all...]
dib.c 901 flipped_image=FlipImage(image,exception);
    [all...]
bmp.c     [all...]
msl.c     [all...]
  /external/pdfium/xfa/fxgraphics/
cfx_graphics.cpp 336 std::unique_ptr<CFX_DIBitmap> bmp2 = bmp1->FlipImage(false, true);
515 std::unique_ptr<CFX_DIBitmap> bmp1 = source->FlipImage(false, true);
  /external/pdfium/core/fxge/
fx_dib.h 234 std::unique_ptr<CFX_DIBitmap> FlipImage(bool bXFlip, bool bYFlip) const;
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp     [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 604 milliseconds