HomeSort by relevance Sort by last modified time
    Searched refs:RandomInfo (Results 1 - 20 of 20) sorted by null

  /external/ImageMagick/MagickCore/
random_.h 31 RandomInfo;
37 GetRandomValue(RandomInfo *),
38 GetPseudoRandomValue(RandomInfo *);
40 extern MagickExport RandomInfo
42 *DestroyRandomInfo(RandomInfo *);
45 *GetRandomKey(RandomInfo *,const size_t);
48 GetRandomSecretKey(const RandomInfo *);
51 SetRandomKey(RandomInfo *,const size_t,unsigned char *),
random-private.h 28 GetRandomInfoNormalize(const RandomInfo *);
34 *GetRandomInfoSeed(RandomInfo *);
39 static inline RandomInfo **DestroyRandomInfoThreadSet(
40 RandomInfo **random_info)
45 assert(random_info != (RandomInfo **) NULL);
47 if (random_info[i] != (RandomInfo *) NULL)
49 return((RandomInfo **) RelinquishMagickMemory(random_info));
52 static inline RandomInfo **AcquireRandomInfoThreadSet(void)
57 RandomInfo
64 random_info=(RandomInfo **) AcquireQuantumMemory(number_threads
    [all...]
random.c 147 *GenerateEntropicChaos(RandomInfo *);
161 % AcquireRandomInfo() allocates the RandomInfo structure.
165 % RandomInfo *AcquireRandomInfo(void)
169 MagickExport RandomInfo *AcquireRandomInfo(void)
174 RandomInfo
182 random_info=(RandomInfo *) AcquireMagickMemory(sizeof(*random_info));
183 if (random_info == (RandomInfo *) NULL)
275 % RandomInfo *DestroyRandomInfo(RandomInfo *random_info)
282 MagickExport RandomInfo *DestroyRandomInfo(RandomInfo *random_info
    [all...]
cache-private.h 198 RandomInfo
resource.c 106 static RandomInfo
107 *random_info = (RandomInfo *) NULL;
510 if (random_info == (RandomInfo *) NULL)
513 if (random_info == (RandomInfo *) NULL)
    [all...]
gem-private.h 34 GenerateDifferentialNoise(RandomInfo *,const Quantum,const NoiseType,
utility.c     [all...]
fx.c 130 RandomInfo
288 RandomInfo
    [all...]
cache.c     [all...]
gem.c     [all...]
distribute-cache.c 790 RandomInfo
    [all...]
threshold.c     [all...]
statistic.c 227 static double ApplyEvaluateOperator(RandomInfo *random_info,const Quantum pixel,
440 RandomInfo
769 RandomInfo
    [all...]
effect.c     [all...]
accelerate.c 434 RandomInfo
435 *randomInfo;
506 randomInfo=AcquireRandomInfo();
507 s=GetRandomInfoSeed(randomInfo);
509 (void) GetPseudoRandomValue(randomInfo);
511 randomInfo=DestroyRandomInfo(randomInfo);
    [all...]
  /external/ImageMagick/coders/
plasma.c 96 static inline void PlasmaPixel(Image *image,RandomInfo *random_info,double x,
177 RandomInfo
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.jar 
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c     [all...]

Completed in 371 milliseconds