Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:hex_string

2517         hex_string[MagickPathExtent];
2545 (void) FormatLocaleString(hex_string,MagickPathExtent,"%02x",*(p+j));
2546 (void) CopyMagickString(q,hex_string,MagickPathExtent);