• Home
  • Raw
  • Download

Lines Matching refs:metrics

124     metrics;  in ReadCAPTIONImage()  local
172 (void) memset(&metrics,0,sizeof(metrics)); in ReadCAPTIONImage()
176 i=FormatMagickCaption(image,draw_info,split,&metrics,&text, in ReadCAPTIONImage()
181 -metrics.bounds.x1,metrics.ascent); in ReadCAPTIONImage()
184 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception); in ReadCAPTIONImage()
185 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
192 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception); in ReadCAPTIONImage()
196 -metrics.bounds.x1,metrics.ascent); in ReadCAPTIONImage()
199 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception); in ReadCAPTIONImage()
200 image->rows=(size_t) ((i+1)*(metrics.ascent-metrics.descent+ in ReadCAPTIONImage()
233 i=FormatMagickCaption(image,draw_info,split,&metrics,&text, in ReadCAPTIONImage()
238 -metrics.bounds.x1,metrics.ascent); in ReadCAPTIONImage()
241 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception); in ReadCAPTIONImage()
244 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
245 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
261 i=FormatMagickCaption(image,draw_info,split,&metrics,&text, in ReadCAPTIONImage()
266 -metrics.bounds.x1,metrics.ascent); in ReadCAPTIONImage()
269 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception); in ReadCAPTIONImage()
272 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
273 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
293 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception); in ReadCAPTIONImage()
298 metrics.bounds.x2 : -metrics.bounds.x1,0.0),draw_info->gravity == in ReadCAPTIONImage()
299 UndefinedGravity ? MagickMax(metrics.ascent,metrics.bounds.y2) : 0.0); in ReadCAPTIONImage()