Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:tuple

1021     tuple[MagickPathExtent];
1064 (void) CopyMagickString(tuple,"(",MagickPathExtent);
1065 ConcatenateColorComponent(&pixel,RedPixelChannel,X11Compliance,tuple);
1066 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1067 ConcatenateColorComponent(&pixel,GreenPixelChannel,X11Compliance,tuple);
1068 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1069 ConcatenateColorComponent(&pixel,BluePixelChannel,X11Compliance,tuple);
1072 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1074 tuple);
1078 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1080 tuple);
1082 (void) ConcatenateMagickString(tuple,")",MagickPathExtent);
1087 (void) FormatLocaleFile(file,": %s %s %s\n",tuple,hex,color);