Searched refs:SetStringInfoLength (Results 1 – 16 of 16) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | random.c | 202 SetStringInfoLength(nonce,(GetSignatureDigestsize( in AcquireRandomInfo() 376 SetStringInfoLength(chaos,sizeof(pid)); in GenerateEntropicChaos() 380 SetStringInfoLength(chaos,sizeof(tid)); in GenerateEntropicChaos() 389 SetStringInfoLength(chaos,sizeof(pages)); in GenerateEntropicChaos() 401 SetStringInfoLength(chaos,sizeof(usage)); in GenerateEntropicChaos() 432 SetStringInfoLength(chaos,sizeof(seconds)); in GenerateEntropicChaos() 435 SetStringInfoLength(chaos,sizeof(nanoseconds)); in GenerateEntropicChaos() 451 SetStringInfoLength(chaos,sizeof(nanoseconds)); in GenerateEntropicChaos() 475 SetStringInfoLength(chaos,strlen(path)); in GenerateEntropicChaos() 492 SetStringInfoLength(chaos,sizeof(datum)); in GenerateEntropicChaos() [all …]
|
D | string_.h | 109 SetStringInfoLength(StringInfo *,const size_t),
|
D | signature.c | 518 SetStringInfoLength(signature,GetPixelChannels(image)*image->columns* in SignatureImage() 551 SetStringInfoLength(signature,(size_t) (q-pixels)); in SignatureImage()
|
D | version.c | 536 SetStringInfoLength(version,p-GetStringInfoDatum(version)); in GetMagickSignature()
|
D | string.c | 564 SetStringInfoLength(string_info,length+source->length); in ConcatenateStringInfo() 1825 MagickExport void SetStringInfoLength(StringInfo *string_info, in SetStringInfoLength() function 1945 SetStringInfoLength(string_info,string_info->length-offset); in SplitStringInfo()
|
D | cipher.c | 634 SetStringInfoLength(nonce,sizeof(extent)); in PasskeyDecipherImage() 849 SetStringInfoLength(nonce,sizeof(extent)); in PasskeyEncipherImage()
|
D | configure.c | 691 SetStringInfoLength(xml,strlen(blob)+1); in GetConfigureOptions()
|
D | methods.h | 941 #define SetStringInfoLength PrependMagickMethod(SetStringInfoLength) macro
|
D | locale.c | 872 SetStringInfoLength(xml,strlen(blob)+1); in GetLocaleOptions()
|
/external/ImageMagick/coders/ |
D | ps.c | 936 SetStringInfoLength(profile,(size_t) i << 1); in ReadPSImage() 941 SetStringInfoLength(profile,(size_t) i+1); in ReadPSImage() 980 SetStringInfoLength(profile,(size_t) (i+1)); in ReadPSImage() 992 SetStringInfoLength(profile,(size_t) i); in ReadPSImage()
|
D | psd.c | 3156 SetStringInfoLength(bim_profile,length-quantum); in RemoveICCProfileFromResourceBlock() 3211 SetStringInfoLength(bim_profile,length-(cnt+12)); in RemoveResolutionFromResourceBlock() 3315 SetStringInfoLength(profile,(const size_t) length); in GetAdditionalInformation()
|
D | tiff.c | 3098 SetStringInfoLength(profile->data,profile->extent); in TIFFWriteCustomStream() 3202 SetStringInfoLength(layers,(size_t) profile.offset); in TIFFWritePhotoshopLayers() 3257 SetStringInfoLength(iptc_profile,length); in TIFFSetProfiles()
|
D | pdf.c | 836 SetStringInfoLength(profile,(size_t) (i+1)); in ReadPDFImage() 848 SetStringInfoLength(profile,(size_t) i); in ReadPDFImage()
|
D | bmp.c | 1479 SetStringInfoLength(profile,(size_t) profile_size_orig); in ReadBMPImage()
|
D | jpeg.c | 800 SetStringInfoLength(profile,GetStringInfoLength(profile)+ in ReadProfile()
|
D | png.c | 1932 SetStringInfoLength(profile,size); in PNGSetExifProfile()
|