Home
last modified time | relevance | path

Searched refs:IsStringTrue (Results 1 – 25 of 42) sorted by relevance

12

/external/ImageMagick/coders/
Dx.c104 ximage_info.screen=IsStringTrue(GetImageOption(image_info,"x:screen")); in ReadXImage()
105 ximage_info.silent=IsStringTrue(GetImageOption(image_info,"x:silent")); in ReadXImage()
Dscreenshot.c242 ximage_info.screen=IsStringTrue(option); in ReadSCREENSHOTImage()
245 ximage_info.silent=IsStringTrue(option); in ReadSCREENSHOTImage()
Dpango.c287 if (IsStringTrue(option) != MagickFalse) in ReadPANGOImage()
290 if (IsStringTrue(option) != MagickFalse) in ReadPANGOImage()
336 if ((option != (const char *) NULL) && (IsStringTrue(option) == MagickFalse)) in ReadPANGOImage()
Dhistogram.c334 if ((option == (const char *) NULL) || (IsStringTrue(option) != MagickFalse)) in WriteHISTOGRAMImage()
Dpcl.c786 if (IsStringTrue(option) != MagickFalse) in WritePCLImage()
Djpeg.c1189 jpeg_info.do_block_smoothing=IsStringTrue(option) != MagickFalse ? TRUE : in ReadJPEGImage()
1224 jpeg_info.do_fancy_upsampling=IsStringTrue(option) != MagickFalse ? TRUE : in ReadJPEGImage()
2283 jpeg_info.optimize_coding=IsStringTrue(option) != MagickFalse ? TRUE : in WriteJPEGImage()
Dpdf.c512 cropbox=IsStringTrue(GetImageOption(image_info,"pdf:use-cropbox")); in ReadPDFImage()
513 stop_on_error=IsStringTrue(GetImageOption(image_info,"pdf:stop-on-error")); in ReadPDFImage()
514 trimbox=IsStringTrue(GetImageOption(image_info,"pdf:use-trimbox")); in ReadPDFImage()
/external/ImageMagick/MagickWand/
Dimport.c365 ximage_info.borders=IsStringTrue(resource_value); in ImportImageCommand()
373 ximage_info.descend=IsStringTrue(resource_value); in ImportImageCommand()
376 ximage_info.frame=IsStringTrue(resource_value); in ImportImageCommand()
401 ximage_info.screen=IsStringTrue(resource_value); in ImportImageCommand()
404 ximage_info.silent=IsStringTrue(resource_value); in ImportImageCommand()
407 image_info->verbose=IsStringTrue(resource_value); in ImportImageCommand()
410 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in ImportImageCommand()
Danimate.c383 image_info->verbose=IsStringTrue(resource_value); in AnimateImageCommand()
386 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in AnimateImageCommand()
Ddisplay.c445 image_info->verbose=IsStringTrue(resource_value); in DisplayImageCommand()
448 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand()
/external/ImageMagick/MagickCore/
Dstring_.h68 IsStringTrue(const char *),
Dvision.c540 if (IsStringTrue(artifact) != MagickFalse) in ConnectedComponentsImage()
614 if ((IsStringTrue(artifact) != MagickFalse) || in ConnectedComponentsImage()
Ddelegate.c2201 delegate_info->spawn=IsStringTrue(token); in LoadDelegateCache()
2206 delegate_info->stealth=IsStringTrue(token); in LoadDelegateCache()
2216 delegate_info->thread_support=IsStringTrue(token); in LoadDelegateCache()
Dcoder.c968 coder_info->stealth=IsStringTrue(token); in LoadCoderCache()
Dxwindow.c3487 resource_info->backdrop=IsStringTrue(resource_value); in XGetResourceInfo()
3508 resource_info->color_recovery=IsStringTrue(resource_value); in XGetResourceInfo()
3511 resource_info->confirm_exit=IsStringTrue(resource_value); in XGetResourceInfo()
3514 resource_info->confirm_edit=IsStringTrue(resource_value); in XGetResourceInfo()
3521 resource_info->display_warnings=IsStringTrue(resource_value); in XGetResourceInfo()
3552 resource_info->gamma_correct=IsStringTrue(resource_value); in XGetResourceInfo()
3565 resource_info->iconic=IsStringTrue(resource_value); in XGetResourceInfo()
3569 resource_info->immutable=IsStringTrue(resource_value); in XGetResourceInfo()
3614 resource_info->update=IsStringTrue(resource_value); in XGetResourceInfo()
3617 resource_info->use_pixmap=IsStringTrue(resource_value); in XGetResourceInfo()
[all …]
Dpolicy.c920 policy_info->stealth=IsStringTrue(token); in LoadPolicyCache()
Dmagic.c990 magic_info->stealth=IsStringTrue(token); in LoadMagicCache()
Dmime.c958 mime_info->stealth=IsStringTrue(attribute); in LoadMimeCache()
Dconfigure.c1296 configure_info->stealth=IsStringTrue(token); in LoadConfigureCache()
Dmatrix.c224 matrix_info->synchronize=IsStringTrue(synchronize); in AcquireMatrixInfo()
Dresample.c1337 if (IsStringTrue(GetImageArtifact(resample_filter->image, in SetResampleFilter()
Dtype.c1293 type_info->stealth=IsStringTrue(token); in LoadTypeCache()
Dcomposite.c318 clamp=IsStringTrue(value); in CompositeOverImage()
588 clamp=IsStringTrue(value);
/external/ImageMagick/utilities/
Dmagick.c164 exit_code=IsStringTrue(option) ? 1 : 0; in MagickMain()
/external/ImageMagick/
DMagickshr.opt211 symbol_vector=(IsStringTrue=PROCEDURE)

12