HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 26 - 50 of 1239) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
quantize.h 16 MagickCore image quantization methods.
57 CompressImageColormap(Image *,ExceptionInfo *),
58 GetImageQuantizeError(Image *,ExceptionInfo *),
59 PosterizeImage(Image *,const size_t,const DitherMethod,ExceptionInfo *),
60 QuantizeImage(const QuantizeInfo *,Image *,ExceptionInfo *),
61 QuantizeImages(const QuantizeInfo *,Image *,ExceptionInfo *),
62 RemapImage(const QuantizeInfo *,Image *,const Image *,ExceptionInfo *),
63 RemapImages(const QuantizeInfo *,Image *,const Image *,ExceptionInfo *)
    [all...]
cache.h 38 GetImagePixelCacheType(const Image *);
41 *GetVirtualPixels(const Image *,const ssize_t,const ssize_t,const size_t,
43 *GetVirtualPixelQueue(const Image *) magick_hot_spot;
46 *GetVirtualMetacontent(const Image *);
49 GetOneAuthenticPixel(Image *,const ssize_t,const ssize_t,Quantum *,
51 GetOneVirtualPixel(const Image *,const ssize_t,const ssize_t,Quantum *,
53 GetOneVirtualPixelInfo(const Image *,const VirtualPixelMethod,
55 PersistPixelCache(Image *,const char *,const MagickBooleanType,
57 SyncAuthenticPixels(Image *,ExceptionInfo *) magick_hot_spot;
60 GetImageExtent(const Image *);
    [all...]
morphology-private.h 27 extern MagickPrivate Image
28 *MorphologyApply(const Image *,const MorphologyMethod,const ssize_t,
segment.h 16 MagickCore image segment methods.
26 GetImageDynamicThreshold(const Image *,const double,const double,
28 SegmentImage(Image *,const ColorspaceType,const MagickBooleanType,
color-private.h 16 MagickCore private image color methods.
21 #include "MagickCore/image.h"
22 #include "MagickCore/image-private.h"
30 IsEquivalentAlpha(const Image *,const PixelInfo *,const PixelInfo *),
31 IsEquivalentIntensity(const Image *,const PixelInfo *,const PixelInfo *);
36 static inline double GetFuzzyColorDistance(const Image *p,const Image *q)
decorate.h 16 MagickCore image decorate methods.
21 #include "MagickCore/image.h"
40 extern MagickExport Image
41 *BorderImage(const Image *,const RectangleInfo *,const CompositeOperator,
43 *FrameImage(const Image *,const FrameInfo *,const CompositeOperator,
47 RaiseImage(Image *,const RectangleInfo *,const MagickBooleanType,
profile-private.h 16 MagickCore pribate image profile methods.
28 SyncImageProfiles(Image *);
animate-private.h 16 MagickCore private methods to interactively animate an image sequence.
30 extern MagickExport Image
31 *XAnimateImages(Display *,XResourceInfo *,char **,const int,Image *,
35 XAnimateBackgroundImage(Display *,XResourceInfo *,Image *,ExceptionInfo *);
display-private.h 16 MagickCore methods to interactively display and edit an image.
30 extern MagickExport Image
31 *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *,
35 XResourceInfo *,Image *,ExceptionInfo *);
list.c 13 % MagickCore Image List Methods %
65 % AppendImageToList() appends the second image list to the end of the first
66 % list. The given image list pointer is left unchanged, unless it was empty.
70 % AppendImageToList(Image *images,const Image *image)
74 % o images: the image list to be appended to.
76 % o image: the appended image or image list
129 *image; local
210 *image; local
294 *image; local
344 *image; local
1043 *image; local
1094 *image; local
1310 *image, local
    [all...]
feature.h 48 *GetImageFeatures(const Image *,const size_t,ExceptionInfo *);
50 extern MagickExport Image
51 *CannyEdgeImage(const Image *,const double,const double,const double,
53 *HoughLineImage(const Image *,const size_t,const size_t,const size_t,
55 *MeanShiftImage(const Image *,const size_t,const size_t,const double,
statistic.h 132 *GetImageStatistics(const Image *,ExceptionInfo *);
135 *GetImageMoments(const Image *,ExceptionInfo *);
138 *GetImagePerceptualHash(const Image *,ExceptionInfo *);
140 extern MagickExport Image
141 *EvaluateImages(const Image *,const MagickEvaluateOperator,ExceptionInfo *),
142 *PolynomialImage(const Image *,const size_t,const double *,ExceptionInfo *),
143 *StatisticImage(const Image *,const StatisticType,const size_t,const size_t,
147 EvaluateImage(Image *,const MagickEvaluateOperator,const double,
149 FunctionImage(Image *,const MagickFunction,const size_t,const double *,
151 GetImageEntropy(const Image *,double *,ExceptionInfo *)
    [all...]
distort.h 16 MagickCore image distortion methods.
73 extern MagickExport Image
74 *AffineTransformImage(const Image *,const AffineMatrix *,ExceptionInfo *),
75 *DistortImage(const Image *,const DistortMethod,const size_t,
77 *DistortResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
78 *RotateImage(const Image *,const double,ExceptionInfo *),
79 *SparseColorImage(const Image *,const SparseColorMethod,const size_t,
constitute.h 16 MagickCore image constitute methods.
27 extern MagickExport Image
37 WriteImage(const ImageInfo *,Image *,ExceptionInfo *),
38 WriteImages(const ImageInfo *,Image *,const char *,ExceptionInfo *);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 2 Core image handling services to load and unload PeImage.
16 #include "Image.h"
34 // This code is needed to build the Image handle for the DXE Core
38 NULL, // Image handle
39 EFI_IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER, // Image type
121 Add the Image Services to EFI Boot Services Table and install the protocol
122 interfaces for this image.
135 LOADED_IMAGE_PRIVATE_DATA *Image;
142 // Searching for image hob
164 Image = &mCorePrivateImage;
    [all...]
  /external/ImageMagick/PerlMagick/t/jbig/
read.t 3 # Test read image method on JBIG image
9 use Image::Magick;
write.t 3 # Test write image method on JBIG image
10 use Image::Magick;
  /external/ImageMagick/PerlMagick/t/rad/
read.t 10 use Image::Magick;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IPageImageProvider.java 19 import org.eclipse.swt.graphics.Image;
28 * Returns an {@link Image} that the editor will display in the page's tab.
30 * @return An {@link Image} for the editor tab for this page. Null for no image.
32 Image getPageImage();
  /external/swiftshader/src/OpenGL/common/
Surface.hpp 28 class Image;
40 virtual egl::Image *getRenderTarget() = 0;
41 virtual egl::Image *getDepthStencil() = 0;
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 7 // Magick::Image with STL containers.
32 // or more image objects in an STL-compatable container. The
34 // with the arguments to the equivalent Image class method and
41 // list<image> images;
46 // Adaptive-blur image with specified blur factor
47 class MagickPPExport adaptiveBlurImage : public std::unary_function<Image&,void>
52 void operator()( Image &image_ ) const;
59 // Local adaptive threshold image
63 class MagickPPExport adaptiveThresholdImage : public std::unary_function<Image&,void>
70 void operator()( Image &image_ ) const
1870 *image, local
1954 *image; local
1992 MagickCore::Image* image = MagickCore::AppendImages( first_->image(), local
2045 MagickCore::Image* image = MagickCore::EvaluateImages( first_->image(), local
2230 *image; local
2306 MagickCore::Image* image = EvaluateImages( first_->image(), operator_, exceptionInfo ); local
2321 MagickCore::Image* image = MagickCore::MergeImageLayers( first_->image(), local
2374 *image; local
2394 *image; local
2455 MagickCore::Image* image = MergeImageLayers( first_->image(), method_, exceptionInfo ); local
2544 MagickCore::Image* image = MagickCore::MergeImageLayers( first_->image(), local
2640 MagickCore::Image *image=first_->image(); local
    [all...]
ImageRef.h 6 // Definition of an Image reference
24 // Reference counted access to Image *
30 // Construct with null image and default options
33 // Construct with an image pointer and default options
34 ImageRef(MagickCore::Image *image_);
36 // Destroy image and options
42 // Retrieve image from reference
43 MagickCore::Image *&image(void);
55 // Tries to replaces the images with the specified image, return
    [all...]
  /external/ImageMagick/PerlMagick/t/
blob.t 16 # Test image blobs.
20 use Image::Magick;
25 $image = new Image::Magick;
26 $image->Read( 'input.miff' );
27 @blob = $image->ImageToBlob();
28 undef $image;
30 $image=Image::Magick->new( magick=>'MIFF' );
31 $image->BlobToImage( @blob )
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.h 31 MogrifyImage(ImageInfo *,const int,const char **,Image **,ExceptionInfo *),
34 MogrifyImageList(ImageInfo *,const int,const char **,Image **,
37 Image **,ExceptionInfo *);
  /frameworks/base/libs/hwui/
Image.h 34 class Image {
37 * Creates a new image from the specified graphic buffer. If the image
41 explicit Image(sp<GraphicBuffer> buffer);
42 ~Image();
46 * from this image.
53 * Returns the name of the EGL image represented by this object.
62 }; // class Image

Completed in 902 milliseconds

12 3 4 5 6 7 8 91011>>