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

1 2

  /external/ImageMagick/coders/
x.c 107 ximage_info.screen=IsStringTrue(GetImageOption(image_info,"x:screen"));
108 ximage_info.silent=IsStringTrue(GetImageOption(image_info,"x:silent"));
screenshot.c 244 ximage_info.screen=IsStringTrue(option);
247 ximage_info.silent=IsStringTrue(option);
pango.c 295 if (IsStringTrue(option) != MagickFalse)
298 if (IsStringTrue(option) != MagickFalse)
354 if ((option != (const char *) NULL) && (IsStringTrue(option) == MagickFalse))
histogram.c 340 (IsStringTrue(option) != MagickFalse) ||
dds.c     [all...]
heic.c 302 if (IsStringTrue(option) == MagickTrue)
jpeg.c     [all...]
pcl.c 794 if (IsStringTrue(option) != MagickFalse)
pdf.c 520 cropbox=IsStringTrue(GetImageOption(image_info,"pdf:use-cropbox"));
521 stop_on_error=IsStringTrue(GetImageOption(image_info,"pdf:stop-on-error"));
522 trimbox=IsStringTrue(GetImageOption(image_info,"pdf:use-trimbox"));
    [all...]
  /external/ImageMagick/MagickCore/
string_.h 73 IsStringTrue(const char *) magick_attribute((__pure__)),
delegate.c     [all...]
vision.c 553 if (IsStringTrue(artifact) != MagickFalse)
632 if ((IsStringTrue(artifact) != MagickFalse) ||
matrix.c 227 matrix_info->synchronize=IsStringTrue(synchronize);
    [all...]
mime.c 969 mime_info->stealth=IsStringTrue(attribute);
    [all...]
policy.c 959 policy_info->stealth=IsStringTrue(token);
    [all...]
methods.h     [all...]
xwindow.c     [all...]
configure.c     [all...]
resample.c     [all...]
type.c     [all...]
composite.c 320 clamp=IsStringTrue(value);
600 clamp=IsStringTrue(value);
    [all...]
  /external/ImageMagick/utilities/
magick.c 170 exit_code=IsStringTrue(option) ? 1 : 0;
  /external/ImageMagick/MagickWand/
import.c 370 ximage_info.borders=IsStringTrue(resource_value);
378 ximage_info.descend=IsStringTrue(resource_value);
381 ximage_info.frame=IsStringTrue(resource_value);
406 ximage_info.screen=IsStringTrue(resource_value);
409 ximage_info.silent=IsStringTrue(resource_value);
412 image_info->verbose=IsStringTrue(resource_value);
415 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ?
    [all...]
animate.c 387 image_info->verbose=IsStringTrue(resource_value);
390 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ?
    [all...]
display.c 454 image_info->verbose=IsStringTrue(resource_value);
457 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ?
    [all...]

Completed in 270 milliseconds

1 2