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

  /external/ImageMagick/MagickCore/
transform.h 29 *CropImage(const Image *,const RectangleInfo *,ExceptionInfo *),
transform.c 518 % CropImage() extracts a region of the image starting at the offset defined
522 % The format of the CropImage method is:
524 % Image *CropImage(const Image *image,const RectangleInfo *geometry,
537 MagickExport Image *CropImage(const Image *image,const RectangleInfo *geometry,
885 next=CropImage(image,&crop,exception);
899 crop_image=CropImage(image,&geometry,exception);
945 next=CropImage(image,&geometry,exception);
    [all...]
layer.c 857 image_b=CropImage(image_a,&bounds[i],exception);
    [all...]
shear.c 174 crop_image=CropImage(*image,&geometry,exception);
682 crop_image=CropImage(deskew_image,&geometry,exception);
    [all...]
constitute.c 702 crop_image=CropImage(next,&geometry,exception);
    [all...]
methods.h 222 #define CropImage PrependMagickMethod(CropImage)
    [all...]
compare.c     [all...]
distort.c     [all...]
xwindow.c     [all...]
display.c     [all...]
  /packages/apps/Gallery/src/com/android/camera/
Wallpaper.java 40 intent.setClass(this, CropImage.class);
CropImage.java 59 public class CropImage extends MonitoredActivity {
60 private static final String TAG = "CropImage";
96 setContentView(R.layout.cropimage);
547 Toast t = Toast.makeText(CropImage.this,
645 CropImage cropImage = (CropImage) mContext;
646 if (cropImage.mSaving) {
652 if (cropImage.mWaitingToPick) {
673 if (cropImage.mWaitingToPick)
    [all...]
ImageGallery.java 311 cropIntent.setClass(this, CropImage.class);
339 // The CropImage activity passes back the Uri of the cropped
    [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>
119 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/transform_8c.html" id="CropImage">CropImage</a></h2>
121 <p>CropImage() extracts a region of the image starting at the offset defined by geometry. Region must be fully defined, and no special handling of geometry flags is performed.</p>
123 <p>The format of the CropImage method is:</p>
126 Image *CropImage(const Image *image,const RectangleInfo *geometry,
393 <p>TransformImage() is a convenience method that behaves like ResizeImage() or CropImage() but accepts scaling and/or cropping information as a region geometry specification. If the operation fails, the original image handle is left as is.</p>
  /external/ImageMagick/MagickWand/
compare.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/coders/
wmf.c 689 crop_image = CropImage( image, &crop_info, exception );
    [all...]
msl.c     [all...]
png.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 650 milliseconds