Lines Matching refs:geometry
100 geometry[MagickPathExtent],
171 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",
174 (void) CloneString(&draw_info->geometry,geometry);
186 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",
189 (void) CloneString(&draw_info->geometry,geometry);
222 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",
225 (void) CloneString(&draw_info->geometry,geometry);
248 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",
251 (void) CloneString(&draw_info->geometry,geometry);
276 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",MagickMax(
280 draw_info->geometry=AcquireString(geometry);