Lines Matching +full:- +full:- +full:with +full:- +full:quantum +full:- +full:depth
20 % Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization %
23 % You may not use this file except in compliance with the License. You may %
44 #include "MagickCore/blob-private.h"
49 #include "MagickCore/exception-private.h"
52 #include "MagickCore/image-private.h"
57 #include "MagickCore/monitor-private.h"
58 #include "MagickCore/pixel-accessor.h"
60 #include "MagickCore/random-private.h"
61 #include "MagickCore/signature-private.h"
62 #include "MagickCore/quantum-private.h"
97 register Quantum in PlasmaPixel()
100 q=GetAuthenticPixels(image,(ssize_t) ceil(x-0.5),(ssize_t) ceil(y-0.5),1,1, in PlasmaPixel()
102 if (q == (Quantum *) NULL) in PlasmaPixel()
128 register Quantum in ReadPlasmaImage()
138 depth, in ReadPlasmaImage() local
149 (void) FormatLocaleString(read_info->filename,MagickPathExtent, in ReadPlasmaImage()
150 "gradient:%s",image_info->filename); in ReadPlasmaImage()
156 for (y=0; y < (ssize_t) image->rows; y++) in ReadPlasmaImage()
158 q=GetAuthenticPixels(image,0,y,image->columns,1,exception); in ReadPlasmaImage()
159 if (q == (Quantum *) NULL) in ReadPlasmaImage()
161 for (x=0; x < (ssize_t) image->columns; x++) in ReadPlasmaImage()
171 segment_info.x2=(double) image->columns-1; in ReadPlasmaImage()
172 segment_info.y2=(double) image->rows-1; in ReadPlasmaImage()
173 if (LocaleCompare(image_info->filename,"fractal") == 0) in ReadPlasmaImage()
199 i=(size_t) MagickMax(image->columns,image->rows)/2; in ReadPlasmaImage()
202 for (depth=1; ; depth++) in ReadPlasmaImage()
204 if (PlasmaImage(image,&segment_info,0,depth,exception) != MagickFalse) in ReadPlasmaImage()
206 status=SetImageProgress(image,LoadImageTag,(MagickOffsetType) depth, in ReadPlasmaImage()
229 % whether the format supports native in-memory I/O, and a brief
243 entry->decoder=(DecodeImageHandler *) ReadPlasmaImage; in RegisterPLASMAImage()
244 entry->flags^=CoderAdjoinFlag; in RegisterPLASMAImage()
245 entry->format_type=ImplicitFormatType; in RegisterPLASMAImage()
248 entry->decoder=(DecodeImageHandler *) ReadPlasmaImage; in RegisterPLASMAImage()
249 entry->flags^=CoderAdjoinFlag; in RegisterPLASMAImage()
250 entry->format_type=ImplicitFormatType; in RegisterPLASMAImage()