Lines Matching refs:font_info

388   if (windows->font_info != (XFontStruct *) NULL)  in DestroyXResources()
390 XFreeFont(windows->display,windows->font_info); in DestroyXResources()
391 windows->font_info=(XFontStruct *) NULL; in DestroyXResources()
524 context_values.font=annotate_info->font_info->fid; in XAnnotateImage()
533 (int) annotate_info->font_info->ascent,annotate_info->text, in XAnnotateImage()
822 *font_info; in XBestFont() local
824 font_info=(XFontStruct *) NULL; in XBestFont()
844 if (font_info == (XFontStruct *) NULL) in XBestFont()
845 font_info=XLoadQueryFont(display,fontlist[i]); in XBestFont()
850 if (font_info == (XFontStruct *) NULL) in XBestFont()
863 if (font_info != (XFontStruct *) NULL) in XBestFont()
865 font_info=XLoadQueryFont(display,(char *) *p); in XBestFont()
868 return(font_info); in XBestFont()
2736 XStandardColormap *map_info,XPixelInfo *pixel,XFontStruct *font_info, in XFreeResources() argument
2773 if (font_info != (XFontStruct *) NULL) in XFreeResources()
2775 (void) XFreeFont(display,font_info); in XFreeResources()
2776 font_info=(XFontStruct *) NULL; in XFreeResources()
2895 annotate_info->font_info=(XFontStruct *) NULL; in XGetAnnotateInfo()
4560 XStandardColormap *map_info,XPixelInfo *pixel,XFontStruct *font_info, in XGetWindowInfo() argument
4634 window->font_info=font_info; in XGetWindowInfo()
5219 windows->font_info=(XFontStruct *) NULL; in XInitializeWindows()
7506 height=(unsigned int) windows->magnify.font_info->ascent+ in XMakeMagnifyImage()
7507 windows->magnify.font_info->descent; in XMakeMagnifyImage()
7508 x=windows->magnify.font_info->max_bounds.width >> 1; in XMakeMagnifyImage()
7509 y=windows->magnify.font_info->ascent+(height >> 2); in XMakeMagnifyImage()
9001 *font_info; in XRenderImage() local
9043 font_info=(XFontStruct *) NULL; in XRenderImage()
9057 XFreeResources(display,visual_info,map_info,&pixel,font_info, in XRenderImage()
9074 font_info=XBestFont(display,&resource_info,MagickFalse); in XRenderImage()
9075 if (font_info == (XFontStruct *) NULL) in XRenderImage()
9077 XFreeResources(display,visual_info,map_info,&pixel,font_info, in XRenderImage()
9093 (void) XFreeFont(display,font_info); in XRenderImage()
9095 font_info=XBestFont(display,&resource_info,MagickFalse); in XRenderImage()
9096 if (font_info == (XFontStruct *) NULL) in XRenderImage()
9108 annotate_info.font_info=font_info; in XRenderImage()
9110 annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,(int) in XRenderImage()
9112 annotate_info.height=(unsigned int) font_info->ascent+font_info->descent; in XRenderImage()
9113 metrics->pixels_per_em.x=(double) font_info->max_bounds.width; in XRenderImage()
9114 metrics->pixels_per_em.y=(double) font_info->ascent+font_info->descent; in XRenderImage()
9115 metrics->ascent=(double) font_info->ascent+4; in XRenderImage()
9116 metrics->descent=(double) (-font_info->descent); in XRenderImage()
9118 metrics->height=(double) font_info->ascent+font_info->descent; in XRenderImage()
9119 metrics->max_advance=(double) font_info->max_bounds.width; in XRenderImage()