Lines Matching refs:geometry
98 geometry[MagickPathExtent], in ReadCAPTIONImage() local
169 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
172 (void) CloneString(&draw_info->geometry,geometry); in ReadCAPTIONImage()
184 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
187 (void) CloneString(&draw_info->geometry,geometry); in ReadCAPTIONImage()
220 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
223 (void) CloneString(&draw_info->geometry,geometry); in ReadCAPTIONImage()
246 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", in ReadCAPTIONImage()
249 (void) CloneString(&draw_info->geometry,geometry); in ReadCAPTIONImage()
274 (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g",MagickMax( in ReadCAPTIONImage()
278 draw_info->geometry=AcquireString(geometry); in ReadCAPTIONImage()