Lines Matching defs:args
423 const char /* percent escaped versions of the args */
1668 const char /* percent escaped versions of the args */
2222 *args;
2250 args = StringToArrayOfDoubles(arg2,&count,_exception);
2251 if (args == (double *) NULL )
2255 count,args,IsPlusOp,_exception);
2256 args=(double *) RelinquishMagickMemory(args);
2401 *args;
2411 args = StringToArrayOfDoubles(arg2,&count,_exception);
2412 if (args == (double *) NULL )
2415 (void) FunctionImage(_image,(MagickFunction)parse,(size_t) count,args,
2417 args=(double *) RelinquishMagickMemory(args);
3684 const char /* percent escaped versions of the args */
4324 *args;
4330 args = StringToArrayOfDoubles(arg1,&count,_exception);
4331 if (args == (double *) NULL )
4333 new_images=PolynomialImage(_images,(size_t) (count >> 1),args,
4335 args=(double *) RelinquishMagickMemory(args);
4607 const char /* percent escaped versions of the args */
5118 % o args: any required arguments for an option (variable number)
5130 const char /* extracted option args from args */
5186 "CLIOption: \"%s\" Count: %ld Flags: %04x Args: \"%s\" \"%s\"\n",