/external/ImageMagick/www/api/ |
magick-wand.html | 129 <p>IsMagickWand() returns MagickTrue if the wand is verified as a magick wand.</p> 637 <p>IsMagickWandInstantiated() returns MagickTrue if the ImageMagick environment is currently instantiated-- that is, MagickWandGenesis() has been called but MagickWandTerminus() has not.</p>
|
magick-wand.php | 125 <p>IsMagickWand() returns MagickTrue if the wand is verified as a magick wand.</p> 633 <p>IsMagickWandInstantiated() returns MagickTrue if the ImageMagick environment is currently instantiated-- that is, MagickWandGenesis() has been called but MagickWandTerminus() has not.</p>
|
module.html | 293 <p>OpenModule() loads a module, and invokes its registration module. It returns MagickTrue on success, and MagickFalse if there is an error.</p> 454 <p>UnregisterModule() unloads a module, and invokes its de-registration module. Returns MagickTrue on success, and MagickFalse if there is an error.</p>
|
module.php | 294 <p>OpenModule() loads a module, and invokes its registration module. It returns MagickTrue on success, and MagickFalse if there is an error.</p> 455 <p>UnregisterModule() unloads a module, and invokes its de-registration module. Returns MagickTrue on success, and MagickFalse if there is an error.</p>
|
image.html | 492 <p>IsHighDynamicRangeImage() returns MagickTrue if any pixel component is non-integer or exceeds the bounds of the quantum depth (e.g. for Q16 0..65535.</p> 519 <p>IsImageObject() returns MagickTrue if the image sequence contains a valid set of image objects.</p> 541 <p>IsTaintImage() returns MagickTrue any pixel in the image has been altered since it was first constituted.</p>
|
image.php | 483 <p>IsHighDynamicRangeImage() returns MagickTrue if any pixel component is non-integer or exceeds the bounds of the quantum depth (e.g. for Q16 0..65535.</p> 510 <p>IsImageObject() returns MagickTrue if the image sequence contains a valid set of image objects.</p> 532 <p>IsTaintImage() returns MagickTrue any pixel in the image has been altered since it was first constituted.</p>
|
/external/ImageMagick/MagickCore/ |
distribute-cache.c | 217 NTInitializeWinsock(MagickTrue); 594 return(MagickTrue); 650 return(MagickTrue); [all...] |
exception.c | 121 exception->relinquish=MagickTrue; 276 clone_exception->relinquish=MagickTrue; [all...] |
memory.c | 776 % ExpandHeap() get more memory from the system. It returns MagickTrue on 811 mapped=segment != (void *) NULL ? MagickTrue : MagickFalse; 836 return(MagickTrue); 925 % HeapOverflowSanityCheck() returns MagickTrue if the heap allocation request 948 return(MagickTrue); [all...] |
stream.c | 235 destroy=MagickTrue; 480 return(MagickTrue); 545 return(MagickTrue); 705 cache_info->mapped=MagickTrue; 716 return(MagickTrue); [all...] |
geometry.c | 586 % IsGeometry() returns MagickTrue if the geometry specification is valid. 609 return(flags != NoValue ? MagickTrue : MagickFalse); 624 % IsSceneGeometry() returns MagickTrue if the geometry is a valid scene 660 return(MagickTrue); [all...] |
static.c | 147 return(MagickTrue);
|
vms.c | 273 return(MagickTrue);
|
/external/ImageMagick/coders/ |
miff.c | 114 % IsMIFF() returns MagickTrue if the image format type, identified by the 133 return(MagickTrue); [all...] |
viff.c | 90 % IsVIFF() returns MagickTrue if the image format type, identified by the 109 return(MagickTrue); [all...] |
aai.c | 426 return(MagickTrue);
|
avs.c | 426 return(MagickTrue);
|
braille.c | 367 return(MagickTrue);
|
caption.c | 181 split=MagickTrue;
|
clipboard.c | 362 return(MagickTrue);
|
gray.c | 463 return(MagickTrue);
|
histogram.c | 238 histogram_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
|
/external/ImageMagick/ImageMagick/api/ |
image.html | 483 <p>IsHighDynamicRangeImage() returns MagickTrue if any pixel component is non-integer or exceeds the bounds of the quantum depth (e.g. for Q16 0..65535.</p> 510 <p>IsImageObject() returns MagickTrue if the image sequence contains a valid set of image objects.</p> 532 <p>IsTaintImage() returns MagickTrue any pixel in the image has been altered since it was first constituted.</p>
|
blob.html | 177 <p>ImageToFile() writes an image to a file. It returns MagickFalse if an error occurs otherwise MagickTrue.</p>
|
/external/ImageMagick/MagickWand/ |
wandcli.c | 251 status=cli_wand->wand.exception->severity > ErrorException ? MagickTrue :
|