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

1 2

  /external/ImageMagick/coders/
thumbnail.c 203 magick[2]=GetStringInfoDatum(profile)[offset+i];
207 thumbnail_image=BlobToImage(image_info,GetStringInfoDatum(profile)+offset+i-2,
jpeg.c 303 datum=GetStringInfoDatum(profile);
431 p=GetStringInfoDatum(comment);
436 p=GetStringInfoDatum(comment);
509 p=GetStringInfoDatum(profile);
615 p=GetStringInfoDatum(profile);
698 p=GetStringInfoDatum(profile);
704 p=GetStringInfoDatum(profile);
715 p=GetStringInfoDatum(profile);
736 (void) memmove(GetStringInfoDatum(profile)+
737 GetStringInfoLength(previous_profile),GetStringInfoDatum(profile)
    [all...]
meta.c     [all...]
json.c     [all...]
ps.c 641 datum=GetStringInfoDatum(profile);
663 q=GetStringInfoDatum(profile);
682 GetStringInfoDatum(profile)[i]=(unsigned char) c;
    [all...]
mpc.c 828 p=GetStringInfoDatum(profile);
    [all...]
tiff.c     [all...]
psd.c     [all...]
  /external/ImageMagick/MagickCore/
version.c 524 p=GetStringInfoDatum(version);
537 SetStringInfoLength(version,p-GetStringInfoDatum(version));
540 signature=CRC32(GetStringInfoDatum(version),GetStringInfoLength(version));
string_.h 95 *GetStringInfoDatum(const StringInfo *);
random.c 231 (void) CopyMagickMemory(random_info->seed,GetStringInfoDatum(key),
247 (void) CopyMagickMemory(random_info->seed,GetStringInfoDatum(digest),
517 status=NTGatherRandomData(MaxEntropyExtent,GetStringInfoDatum(chaos));
561 count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
586 count=ReadRandom(file,GetStringInfoDatum(chaos),MaxEntropyExtent);
735 SetRandomKey(random_info,length,GetStringInfoDatum(key));
890 datum=GetStringInfoDatum(nonce);
920 datum=GetStringInfoDatum(random_info->reservoir);
935 (void) CopyMagickMemory(p,GetStringInfoDatum(GetSignatureDigest(
948 datum=GetStringInfoDatum(random_info->reservoir)
    [all...]
signature.c 241 datum=GetStringInfoDatum(signature_info->message);
264 q=GetStringInfoDatum(signature_info->digest);
528 pixels=GetStringInfoDatum(signature);
666 p=GetStringInfoDatum(signature_info->message);
814 p=GetStringInfoDatum(message);
820 (void) CopyMagickMemory(GetStringInfoDatum(signature_info->message)+
837 (void) CopyMagickMemory(GetStringInfoDatum(signature_info->message),p,n);
cipher.c 650 digest=GetStringInfoDatum(GetSignatureDigest(signature_info));
871 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 256 (void) memcpy(GetStringInfoDatum(nonce),secret,(size_t) count);
822 (void) memcpy(p,GetStringInfoDatum(secret),DPCSessionKeyLength);
829 count=dpc_send(client_socket,DPCSessionKeyLength,GetStringInfoDatum(secret));
    [all...]
coder.c 360 status&=LoadCoderCache(cache,(const char *) GetStringInfoDatum(option),
utility.c     [all...]
locale.c 218 GetStringInfoDatum(option),GetStringInfoPath(option),locale,0,
230 GetStringInfoDatum(option),GetStringInfoPath(option),locale,0,
    [all...]
resource.c 526 datum=GetStringInfoDatum(key);
548 datum=GetStringInfoDatum(key);
    [all...]
magic.c 304 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
    [all...]
mime.c 189 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
    [all...]
policy.c 201 GetStringInfoDatum(option),GetStringInfoPath(option),0,exception);
    [all...]
threshold.c 886 map=GetThresholdMapFile((const char *) GetStringInfoDatum(option),
    [all...]
  /external/ImageMagick/MagickWand/
magick-property.c 742 (void) CopyMagickMemory(datum,GetStringInfoDatum(profile),
    [all...]

Completed in 231 milliseconds

1 2