HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 1 - 25 of 1374) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
artifact.h 26 *RemoveImageArtifact(Image *,const char *);
29 *GetNextImageArtifact(const Image *),
30 *GetImageArtifact(const Image *,const char *);
33 CloneImageArtifacts(Image *,const Image *),
34 DefineImageArtifact(Image *,const char *),
35 DeleteImageArtifact(Image *,const char *),
36 SetImageArtifact(Image *,const char *,const char *);
39 DestroyImageArtifacts(Image *),
40 ResetImageArtifactIterator(const Image *);
    [all...]
enhance.h 16 MagickCore image enhance methods.
28 AutoGammaImage(Image *,ExceptionInfo *),
29 AutoLevelImage(Image *,ExceptionInfo *),
30 BrightnessContrastImage(Image *,const double,const double,ExceptionInfo *),
31 ClutImage(Image *,const Image *,const PixelInterpolateMethod,ExceptionInfo *),
32 ColorDecisionListImage(Image *,const char *,ExceptionInfo *),
33 ContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
34 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
35 EqualizeImage(Image *image,ExceptionInfo *)
    [all...]
list.h 16 MagickCore image list methods.
25 extern MagickExport Image
26 *CloneImageList(const Image *,ExceptionInfo *),
27 *CloneImages(const Image *,const char *,ExceptionInfo *),
28 *DestroyImageList(Image *),
29 *DuplicateImages(Image *,const size_t,const char *,ExceptionInfo *),
30 *GetFirstImageInList(const Image *),
31 *GetImageFromList(const Image *,const ssize_t),
32 *GetLastImageInList(const Image *),
33 *GetNextImageInList(const Image *),
    [all...]
compare.h 16 MagickCore image compare methods.
21 #include "MagickCore/image.h"
43 *GetImageDistortions(Image *,const Image *,const MetricType,ExceptionInfo *);
45 extern MagickExport Image
46 *CompareImages(Image *,const Image *,const MetricType,double *,
48 *SimilarityImage(const Image *,const Image *,const MetricType,const double,
52 GetImageDistortion(Image *,const Image *,const MetricType,double *
    [all...]
property.h 26 *InterpretImageProperties(ImageInfo *,Image *,const char *,
28 *RemoveImageProperty(Image *,const char *);
31 *GetNextImageProperty(const Image *),
32 *GetImageProperty(const Image *,const char *,ExceptionInfo *),
33 *GetMagickProperty(ImageInfo *,Image *,const char *,ExceptionInfo *);
36 CloneImageProperties(Image *,const Image *),
37 DefineImageProperty(Image *,const char *,ExceptionInfo *),
38 DeleteImageProperty(Image *,const char *),
39 FormatImageProperty(Image *,const char *,const char *,...
    [all...]
attribute.h 16 MagickCore methods to set or get image attributes.
21 #include "MagickCore/image.h"
29 GetImageType(const Image *),
30 IdentifyImageGray(const Image *,ExceptionInfo *),
31 IdentifyImageType(const Image *,ExceptionInfo *);
34 IdentifyImageMonochrome(const Image *,ExceptionInfo *),
35 IsImageGray(const Image *),
36 IsImageMonochrome(const Image *),
37 IsImageOpaque(const Image *,ExceptionInfo *),
38 SetImageDepth(Image *,const size_t,ExceptionInfo *)
    [all...]
accelerate-private.h 34 extern MagickPrivate Image
35 *AccelerateAddNoiseImage(const Image*,const NoiseType,ExceptionInfo *),
36 *AccelerateBlurImage(const Image *,const double,const double,ExceptionInfo *),
37 *AccelerateConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *),
38 *AccelerateDespeckleImage(const Image *,ExceptionInfo *),
39 *AccelerateLocalContrastImage(const Image *,const double,const double,
41 *AccelerateMotionBlurImage(const Image*,const double*,const size_t,
43 *AccelerateResizeImage(const Image *,const size_t,const size_t,
45 *AccelerateRotationalBlurImage(const Image *,const double,ExceptionInfo *),
46 *AccelerateUnsharpMaskImage(const Image *,const double,const double
    [all...]
fx.h 16 MagickCore image f/x methods.
39 extern MagickExport Image
40 *AddNoiseImage(const Image *,const NoiseType,const double,ExceptionInfo *),
41 *BlueShiftImage(const Image *,const double,ExceptionInfo *),
42 *CharcoalImage(const Image *,const double,const double,ExceptionInfo *),
43 *ColorizeImage(const Image *,const char *,const PixelInfo *,ExceptionInfo *),
44 *ColorMatrixImage(const Image *,const KernelInfo *kernel,ExceptionInfo *),
45 *FxImage(const Image *,const char *,ExceptionInfo *),
46 *ImplodeImage(const Image *,const double,const PixelInterpolateMethod,
48 *MorphImages(const Image *,const size_t,ExceptionInfo *)
    [all...]
blob-private.h 21 #include "MagickCore/image.h"
59 *(*BlobFifo)(const Image *,const void *,const size_t);
66 *ReadBlobString(Image *,char *);
69 *GetBlobProperties(const Image *);
72 *ReadBlobStream(Image *,const size_t,void *,ssize_t *);
75 ReadBlobDouble(Image *);
78 ReadBlobFloat(Image *);
81 EOFBlob(const Image *),
82 ReadBlobByte(Image *);
85 CloseBlob(Image *),
    [all...]
transform.h 16 MagickCore image transform methods.
25 extern MagickExport Image
26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *),
27 *ChopImage(const Image *,const RectangleInfo *,ExceptionInfo *),
28 *ConsolidateCMYKImages(const Image *,ExceptionInfo *),
29 *CropImage(const Image *,const RectangleInfo *,ExceptionInfo *),
30 *CropImageToTiles(const Image *,const char *, ExceptionInfo *),
31 *ExcerptImage(const Image *,const RectangleInfo *,ExceptionInfo *),
32 *ExtentImage(const Image *,const RectangleInfo *,ExceptionInfo *),
33 *FlipImage(const Image *,ExceptionInfo *)
    [all...]
histogram.h 26 *GetImageHistogram(const Image *,size_t *,ExceptionInfo *);
28 extern MagickExport Image
29 *UniqueImageColors(const Image *,ExceptionInfo *);
32 IdentifyPaletteImage(const Image *,ExceptionInfo *),
33 IsHistogramImage(const Image *,ExceptionInfo *),
34 IsPaletteImage(const Image *),
35 MinMaxStretchImage(Image *,const double,const double,const double,
39 GetNumberColors(const Image *,FILE *,ExceptionInfo *);
profile.h 16 MagickCore image profile methods.
40 *GetNextImageProfile(const Image *);
43 *GetImageProfile(const Image *,const char *);
46 CloneImageProfiles(Image *,const Image *),
47 DeleteImageProfile(Image *,const char *),
48 ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
49 SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
52 *RemoveImageProfile(Image *,const char *);
55 DestroyImageProfiles(Image *),
    [all...]
channel.h 16 MagickCore image channel methods.
21 #include <MagickCore/image.h>
27 extern MagickExport Image
28 *ChannelFxImage(const Image *,const char *,ExceptionInfo *),
29 *CombineImages(const Image *,const ColorspaceType,ExceptionInfo *),
30 *SeparateImage(const Image *,const ChannelType,ExceptionInfo *),
31 *SeparateImages(const Image *,ExceptionInfo *);
34 GetImageAlphaChannel(const Image *),
35 SetImageAlphaChannel(Image *,const AlphaChannelOption,ExceptionInfo *);
threshold.h 16 MagickCore image threshold methods.
28 extern MagickExport Image
29 *AdaptiveThresholdImage(const Image *,const size_t,const size_t,const double,
37 BilevelImage(Image *,const double,ExceptionInfo *),
38 BlackThresholdImage(Image *,const char *,ExceptionInfo *),
39 ClampImage(Image *,ExceptionInfo *),
41 OrderedDitherImage(Image *,const char *,ExceptionInfo *),
42 PerceptibleImage(Image *,const double,ExceptionInfo *),
43 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
44 WhiteThresholdImage(Image *,const char *,ExceptionInfo *)
    [all...]
fourier.h 37 extern MagickExport Image
38 *ComplexImages(const Image *,const ComplexOperator,ExceptionInfo *),
39 *ForwardFourierTransformImage(const Image *,const MagickBooleanType,
41 *InverseFourierTransformImage(const Image *,const Image *,
shear.h 16 MagickCore image stream methods.
25 extern MagickExport Image
26 *DeskewImage(const Image *,const double,ExceptionInfo *),
27 *IntegralRotateImage(const Image *,size_t,ExceptionInfo *),
28 *ShearImage(const Image *,const double,const double,ExceptionInfo *),
29 *ShearRotateImage(const Image *,const double,ExceptionInfo *);
blob.h 21 #include "MagickCore/image.h"
38 *GetBlobFileHandle(const Image *);
40 extern MagickExport Image
46 FileToImage(Image *,const char *,ExceptionInfo *),
47 GetBlobError(const Image *),
48 ImageToFile(Image *,char *,ExceptionInfo *),
49 InjectImageBlob(const ImageInfo *,Image *,Image *,const char *,
51 IsBlobExempt(const Image *),
52 IsBlobSeekable(const Image *),
    [all...]
effect.h 16 MagickCore image effects methods.
61 extern MagickExport Image
62 *AdaptiveBlurImage(const Image *,const double,const double,ExceptionInfo *),
63 *AdaptiveSharpenImage(const Image *,const double,const double,
65 *BlurImage(const Image *,const double,const double,ExceptionInfo *),
66 *ConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *),
67 *DespeckleImage(const Image *,ExceptionInfo *),
68 *EdgeImage(const Image *,const double,ExceptionInfo *),
69 *EmbossImage(const Image *,const double,const double,ExceptionInfo *),
70 *GaussianBlurImage(const Image *,const double,const double,ExceptionInfo *)
    [all...]
colormap.h 16 MagickCore image colormap methods.
26 AcquireImageColormap(Image *,const size_t,ExceptionInfo *),
27 CycleColormapImage(Image *,const ssize_t,ExceptionInfo *),
28 SortColormapByIntensity(Image *,ExceptionInfo *);
layer.h 16 MagickCore image layer methods.
57 extern MagickExport Image
58 *CoalesceImages(const Image *,ExceptionInfo *),
59 *DisposeImages(const Image *,ExceptionInfo *),
60 *CompareImagesLayers(const Image *,const LayerMethod,ExceptionInfo *),
61 *MergeImageLayers(Image *,const LayerMethod,ExceptionInfo *),
62 *OptimizeImageLayers(const Image *,ExceptionInfo *),
63 *OptimizePlusImageLayers(const Image *,ExceptionInfo *);
66 CompositeLayers(Image *,const CompositeOperator,Image *,const ssize_t
    [all...]
resize.h 16 MagickCore image resize methods.
28 extern MagickExport Image
29 *AdaptiveResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
30 *InterpolativeResizeImage(const Image *,const size_t,const size_t,
32 *LiquidRescaleImage(const Image *,const size_t,const size_t,const double,
34 *MagnifyImage(const Image *,ExceptionInfo *),
35 *MinifyImage(const Image *,ExceptionInfo *),
36 *ResampleImage(const Image *,const double,const double,const FilterType,
38 *ResizeImage(const Image *,const size_t,const size_t,const FilterType,
40 *SampleImage(const Image *,const size_t,const size_t,ExceptionInfo *)
    [all...]
annotate.h 16 MagickCore image annotation methods.
28 AnnotateImage(Image *,const DrawInfo *,ExceptionInfo *),
29 GetMultilineTypeMetrics(Image *,const DrawInfo *,TypeMetric *,
31 GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *,ExceptionInfo *);
34 FormatMagickCaption(Image *,DrawInfo *,const MagickBooleanType,TypeMetric *,
cipher.h 26 DecipherImage(Image *,const char *,ExceptionInfo *),
27 EncipherImage(Image *,const char *,ExceptionInfo *),
28 PasskeyDecipherImage(Image *,const StringInfo *,ExceptionInfo *),
29 PasskeyEncipherImage(Image *,const StringInfo *,ExceptionInfo *);
  /frameworks/native/services/surfaceflinger/tests/unittests/mock/RenderEngine/
MockRenderEngine.cpp 30 Image::Image() = default;
31 Image::~Image() = default;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Image.h 29 class Image {
31 virtual ~Image() = 0;
40 class Image : public RE::Image {
42 explicit Image(const RenderEngine& engine);
43 ~Image() override;
45 Image(const Image&) = delete;
46 Image& operator=(const Image&) = delete
    [all...]

Completed in 423 milliseconds

1 2 3 4 5 6 7 8 91011>>