Home
last modified time | relevance | path

Searched refs:sparse_arguments (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickWand/
Doperation.c188 *sparse_arguments; in SparseColorOption() local
256 sparse_arguments=(double *) AcquireQuantumMemory(number_arguments, in SparseColorOption()
257 sizeof(*sparse_arguments)); in SparseColorOption()
258 if (sparse_arguments == (double *) NULL) { in SparseColorOption()
263 (void) memset(sparse_arguments,0,number_arguments* in SparseColorOption()
264 sizeof(*sparse_arguments)); in SparseColorOption()
278 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption()
289 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption()
298 sparse_arguments[x++] = QuantumScale*color.red; in SparseColorOption()
300 sparse_arguments[x++] = QuantumScale*color.green; in SparseColorOption()
[all …]
Dmogrify.c460 *sparse_arguments; in SparseColorOption() local
549 sparse_arguments=(double *) AcquireQuantumMemory(number_arguments, in SparseColorOption()
550 sizeof(*sparse_arguments)); in SparseColorOption()
551 if (sparse_arguments == (double *) NULL) { in SparseColorOption()
556 (void) memset(sparse_arguments,0,number_arguments* in SparseColorOption()
557 sizeof(*sparse_arguments)); in SparseColorOption()
571 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption()
582 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption()
599 sparse_arguments[x++] = QuantumScale*color.red; in SparseColorOption()
601 sparse_arguments[x++] = QuantumScale*color.green; in SparseColorOption()
[all …]