Searched refs:sparse_arguments (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | operation.c | 187 *sparse_arguments; in SparseColorOption() local 255 sparse_arguments=(double *) AcquireQuantumMemory(number_arguments, in SparseColorOption() 256 sizeof(*sparse_arguments)); in SparseColorOption() 257 if (sparse_arguments == (double *) NULL) { in SparseColorOption() 262 (void) ResetMagickMemory(sparse_arguments,0,number_arguments* in SparseColorOption() 263 sizeof(*sparse_arguments)); in SparseColorOption() 277 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption() 288 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption() 297 sparse_arguments[x++] = QuantumScale*color.red; in SparseColorOption() 299 sparse_arguments[x++] = QuantumScale*color.green; in SparseColorOption() [all …]
|
D | mogrify.c | 459 *sparse_arguments; in SparseColorOption() local 548 sparse_arguments=(double *) AcquireQuantumMemory(number_arguments, in SparseColorOption() 549 sizeof(*sparse_arguments)); in SparseColorOption() 550 if (sparse_arguments == (double *) NULL) { in SparseColorOption() 555 (void) ResetMagickMemory(sparse_arguments,0,number_arguments* in SparseColorOption() 556 sizeof(*sparse_arguments)); in SparseColorOption() 570 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption() 581 sparse_arguments[x++]=StringToDouble(token,(char **) NULL); in SparseColorOption() 598 sparse_arguments[x++] = QuantumScale*color.red; in SparseColorOption() 600 sparse_arguments[x++] = QuantumScale*color.green; in SparseColorOption() [all …]
|