/external/ImageMagick/coders/ |
thumbnail.c | 200 q=GetStringInfoDatum(profile)+offset; 207 if ((q+length) > (GetStringInfoDatum(profile)+GetStringInfoLength(profile)))
|
jpeg.c | 313 datum=GetStringInfoDatum(profile); 463 p=GetStringInfoDatum(comment); 476 p=GetStringInfoDatum(comment); 551 p=GetStringInfoDatum(profile); 668 p=GetStringInfoDatum(profile); 760 p=GetStringInfoDatum(profile); 774 p=GetStringInfoDatum(profile); 786 p=GetStringInfoDatum(profile)+XmpNamespaceExtent; 808 (void) memmove(GetStringInfoDatum(profile)+ 809 GetStringInfoLength(previous_profile),GetStringInfoDatum(profile) [all...] |
meta.c | [all...] |
heic.c | 549 (void*) GetStringInfoDatum(profile),length); 562 GetStringInfoDatum(xmp_profile)[XmpNamespaceExtent]='\0'; 567 (void*) (GetStringInfoDatum(xmp_profile)+i),length);
|
webp.c | 878 chunk.bytes=GetStringInfoDatum(profile); 885 chunk.bytes=GetStringInfoDatum(profile); 892 chunk.bytes=GetStringInfoDatum(profile);
|
json.c | 776 sentinel=GetStringInfoDatum(profile)[i++]; 779 dataset=GetStringInfoDatum(profile)[i++]; 780 record=GetStringInfoDatum(profile)[i++]; 861 length=(size_t) (GetStringInfoDatum(profile)[i++] << 8); 862 length|=GetStringInfoDatum(profile)[i++]; 870 GetStringInfoDatum(profile)+i,length+1); [all...] |
ps.c | 936 datum=GetStringInfoDatum(profile); 942 datum=GetStringInfoDatum(profile); 968 q=GetStringInfoDatum(profile); [all...] |
psd.c | 540 key=(char *) GetStringInfoDatum(key_info); [all...] |
tiff.c | [all...] |
cin.c | 722 GetStringInfoDatum(profile)); [all...] |
/external/ImageMagick/MagickCore/ |
version.c | 535 p=GetStringInfoDatum(version); 548 SetStringInfoLength(version,p-GetStringInfoDatum(version)); 551 signature=CRC32(GetStringInfoDatum(version),GetStringInfoLength(version));
|
string_.h | 100 *GetStringInfoDatum(const StringInfo *);
|
random.c | 230 (void) memcpy(random_info->seed,GetStringInfoDatum(key), 246 (void) memcpy(random_info->seed,GetStringInfoDatum(digest), 513 (void) NTGatherRandomData(MaxEntropyExtent,GetStringInfoDatum(chaos)); 556 count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent); 581 count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent); 730 SetRandomKey(random_info,length,GetStringInfoDatum(key)); 885 datum=GetStringInfoDatum(nonce); 915 datum=GetStringInfoDatum(random_info->reservoir); 930 (void) memcpy(p,GetStringInfoDatum(GetSignatureDigest( 943 datum=GetStringInfoDatum(random_info->reservoir) [all...] |
signature.c | 245 datum=GetStringInfoDatum(signature_info->message); 268 q=GetStringInfoDatum(signature_info->digest); 532 pixels=GetStringInfoDatum(signature); 657 p=GetStringInfoDatum(signature_info->message); 805 p=GetStringInfoDatum(message); 811 (void) memcpy(GetStringInfoDatum(signature_info->message)+ 827 (void) memcpy(GetStringInfoDatum(signature_info->message),p,n);
|
cipher.c | 649 digest=GetStringInfoDatum(GetSignatureDigest(signature_info)); 870 digest=GetStringInfoDatum(GetSignatureDigest(signature_info)); [all...] |
identify.c | [all...] |
property.c | 462 if ((ssize_t) GetStringInfoDatum(profile)[i] != 0x1c) 464 length=(size_t) (GetStringInfoDatum(profile)[i+3] << 8); 465 length|=GetStringInfoDatum(profile)[i+4]; 466 if (((long) GetStringInfoDatum(profile)[i+1] == dataset) && 467 ((long) GetStringInfoDatum(profile)[i+2] == record)) 474 (void) CopyMagickString(message,(char *) GetStringInfoDatum( 640 info=GetStringInfoDatum(profile); [all...] |
distribute-cache.c | 257 (void) memcpy(GetStringInfoDatum(nonce),secret,(size_t) count); 821 (void) memcpy(p,GetStringInfoDatum(secret),DPCSessionKeyLength); 828 count=dpc_send(client_socket,DPCSessionKeyLength,GetStringInfoDatum(secret)); [all...] |
utility.c | [all...] |
locale.c | 248 GetStringInfoDatum(option),GetStringInfoPath(option),locale,0, 260 GetStringInfoDatum(option),GetStringInfoPath(option),locale,0, [all...] |
resource.c | 579 datum=GetStringInfoDatum(key); 601 datum=GetStringInfoDatum(key); [all...] |
profile.c | [all...] |
mime.c | 188 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception); [all...] |
policy.c | 208 status&=LoadPolicyCache(cache,(const char *) GetStringInfoDatum(option), [all...] |
/external/ImageMagick/MagickWand/ |
magick-property.c | 742 (void) memcpy(datum,GetStringInfoDatum(profile), [all...] |