ApplyArithmeticOperator  348 magick/operator.c         ApplyArithmeticOperator(pixels[i].red,+,context->double_value);
ApplyArithmeticOperator  353 magick/operator.c         ApplyArithmeticOperator(pixels[i].green,+,context->double_value);
ApplyArithmeticOperator  358 magick/operator.c         ApplyArithmeticOperator(pixels[i].blue,+,context->double_value);
ApplyArithmeticOperator  364 magick/operator.c         ApplyArithmeticOperator(pixels[i].opacity,+,context->double_value);
ApplyArithmeticOperator  370 magick/operator.c           ApplyArithmeticOperator(pixels[i].red,+,context->double_value);
ApplyArithmeticOperator  371 magick/operator.c           ApplyArithmeticOperator(pixels[i].green,+,context->double_value);
ApplyArithmeticOperator  372 magick/operator.c           ApplyArithmeticOperator(pixels[i].blue,+,context->double_value);
ApplyArithmeticOperator  382 magick/operator.c           ApplyArithmeticOperator(intensity,+,context->double_value);
ApplyArithmeticOperator  678 magick/operator.c         ApplyArithmeticOperator(pixels[i].red,/,context->double_value);
ApplyArithmeticOperator  683 magick/operator.c         ApplyArithmeticOperator(pixels[i].green,/,context->double_value);
ApplyArithmeticOperator  688 magick/operator.c         ApplyArithmeticOperator(pixels[i].blue,/,context->double_value);
ApplyArithmeticOperator  694 magick/operator.c         ApplyArithmeticOperator(pixels[i].opacity,/,context->double_value);
ApplyArithmeticOperator  700 magick/operator.c           ApplyArithmeticOperator(pixels[i].red,/,context->double_value);
ApplyArithmeticOperator  701 magick/operator.c           ApplyArithmeticOperator(pixels[i].green,/,context->double_value);
ApplyArithmeticOperator  702 magick/operator.c           ApplyArithmeticOperator(pixels[i].blue,/,context->double_value);
ApplyArithmeticOperator  712 magick/operator.c           ApplyArithmeticOperator(intensity,/,context->double_value);
ApplyArithmeticOperator 1246 magick/operator.c         ApplyArithmeticOperator(pixels[i].red,*,context->double_value);
ApplyArithmeticOperator 1251 magick/operator.c         ApplyArithmeticOperator(pixels[i].green,*,context->double_value);
ApplyArithmeticOperator 1256 magick/operator.c         ApplyArithmeticOperator(pixels[i].blue,*,context->double_value);
ApplyArithmeticOperator 1262 magick/operator.c         ApplyArithmeticOperator(pixels[i].opacity,*,context->double_value);
ApplyArithmeticOperator 1268 magick/operator.c           ApplyArithmeticOperator(pixels[i].red,*,context->double_value);
ApplyArithmeticOperator 1269 magick/operator.c           ApplyArithmeticOperator(pixels[i].green,*,context->double_value);
ApplyArithmeticOperator 1270 magick/operator.c           ApplyArithmeticOperator(pixels[i].blue,*,context->double_value);
ApplyArithmeticOperator 1280 magick/operator.c           ApplyArithmeticOperator(intensity,*,context->double_value);
ApplyArithmeticOperator 1715 magick/operator.c         ApplyArithmeticOperator(pixels[i].red,-,context->double_value);
ApplyArithmeticOperator 1720 magick/operator.c         ApplyArithmeticOperator(pixels[i].green,-,context->double_value);
ApplyArithmeticOperator 1725 magick/operator.c         ApplyArithmeticOperator(pixels[i].blue,-,context->double_value);
ApplyArithmeticOperator 1731 magick/operator.c         ApplyArithmeticOperator(pixels[i].opacity,-,context->double_value);
ApplyArithmeticOperator 1737 magick/operator.c           ApplyArithmeticOperator(pixels[i].red,-,context->double_value);
ApplyArithmeticOperator 1738 magick/operator.c           ApplyArithmeticOperator(pixels[i].green,-,context->double_value);
ApplyArithmeticOperator 1739 magick/operator.c           ApplyArithmeticOperator(pixels[i].blue,-,context->double_value);
ApplyArithmeticOperator 1749 magick/operator.c           ApplyArithmeticOperator(intensity,-,context->double_value);