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

1 2

  /external/ImageMagick/MagickCore/
string_.h 94 *DestroyStringInfo(StringInfo *),
random.c 212 nonce=DestroyStringInfo(nonce);
223 entropy=DestroyStringInfo(entropy);
232 key=DestroyStringInfo(key);
243 key=DestroyStringInfo(key);
288 random_info->reservoir=DestroyStringInfo(random_info->reservoir);
290 random_info->nonce=DestroyStringInfo(random_info->nonce);
550 device=DestroyStringInfo(device);
568 device=DestroyStringInfo(device);
575 device=DestroyStringInfo(device);
589 chaos=DestroyStringInfo(chaos)
    [all...]
cipher.c 252 aes_info->key=DestroyStringInfo(aes_info->key);
560 passkey=DestroyStringInfo(passkey);
633 key=DestroyStringInfo(key);
639 key=DestroyStringInfo(key);
646 nonce=DestroyStringInfo(nonce);
771 passkey=DestroyStringInfo(passkey);
849 key=DestroyStringInfo(key);
855 key=DestroyStringInfo(key);
862 nonce=DestroyStringInfo(nonce);
    [all...]
version.c 552 version=DestroyStringInfo(version);
signature.c 184 signature_info->message=DestroyStringInfo(signature_info->message);
186 signature_info->digest=DestroyStringInfo(signature_info->digest);
575 signature=DestroyStringInfo(signature);
string.c 248 string_info=DestroyStringInfo(string_info);
856 % DestroyStringInfo() destroys memory associated with the StringInfo structure.
858 % The format of the DestroyStringInfo method is:
860 % StringInfo *DestroyStringInfo(StringInfo *string_info)
867 MagickExport StringInfo *DestroyStringInfo(StringInfo *string_info)
    [all...]
profile.c     [all...]
utility.c     [all...]
resource.c 585 key=DestroyStringInfo(key);
607 key=DestroyStringInfo(key);
    [all...]
distribute-cache.c 259 nonce=DestroyStringInfo(nonce);
829 secret=DestroyStringInfo(secret);
    [all...]
methods.h 265 #define DestroyStringInfo PrependMagickMethod(DestroyStringInfo)
    [all...]
configure.c 317 return(DestroyStringInfo((StringInfo *) option));
    [all...]
locale.c 330 return(DestroyStringInfo((StringInfo *) message));
    [all...]
  /external/ImageMagick/coders/
meta.c     [all...]
heic.c 270 profile=DestroyStringInfo(profile);
571 xmp_profile=DestroyStringInfo(xmp_profile);
579 custom_profile=DestroyStringInfo(custom_profile);
webp.c 419 profile=DestroyStringInfo(profile);
429 profile=DestroyStringInfo(profile);
439 profile=DestroyStringInfo(profile);
jpeg.c 478 comment=DestroyStringInfo(comment);
567 profile=DestroyStringInfo(profile);
572 profile=DestroyStringInfo(profile);
685 profile=DestroyStringInfo(profile);
690 profile=DestroyStringInfo(profile);
794 (void) DestroyStringInfo(SplitStringInfo(profile,(size_t) (j+1)));
816 profile=DestroyStringInfo(profile);
    [all...]
psd.c 549 key_info=DestroyStringInfo(key_info);
696 layer_info[i].info=DestroyStringInfo(layer_info[i].info);
    [all...]
dng.c 509 profile=DestroyStringInfo(profile);
520 profile=DestroyStringInfo(profile);
ps.c 948 profile=DestroyStringInfo(profile);
972 profile=DestroyStringInfo(profile);
    [all...]
mpc.c 872 profile=DestroyStringInfo(profile);
876 profile=DestroyStringInfo(profile);
    [all...]
tiff.c 625 profile=DestroyStringInfo(profile);
    [all...]
gif.c 933 return((void *) DestroyStringInfo((StringInfo *) profile));
    [all...]
pict.c     [all...]
  /external/ImageMagick/MagickWand/
magick-property.c     [all...]

Completed in 166 milliseconds

1 2