• Home
  • Raw
  • Download

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()
2742 XStandardColormap *map_info,XPixelInfo *pixel,XFontStruct *font_info, in XFreeResources() argument
2779 if (font_info != (XFontStruct *) NULL) in XFreeResources()
2781 (void) XFreeFont(display,font_info); in XFreeResources()
2782 font_info=(XFontStruct *) NULL; in XFreeResources()
2901 annotate_info->font_info=(XFontStruct *) NULL; in XGetAnnotateInfo()
4572 XStandardColormap *map_info,XPixelInfo *pixel,XFontStruct *font_info, in XGetWindowInfo() argument
4646 window->font_info=font_info; in XGetWindowInfo()
5231 windows->font_info=(XFontStruct *) NULL; in XInitializeWindows()
7508 height=(unsigned int) windows->magnify.font_info->ascent+ in XMakeMagnifyImage()
7509 windows->magnify.font_info->descent; in XMakeMagnifyImage()
7510 x=windows->magnify.font_info->max_bounds.width >> 1; in XMakeMagnifyImage()
7511 y=windows->magnify.font_info->ascent+(height >> 2); in XMakeMagnifyImage()
9003 *font_info; in XRenderImage() local
9045 font_info=(XFontStruct *) NULL; in XRenderImage()
9059 XFreeResources(display,visual_info,map_info,&pixel,font_info, in XRenderImage()
9076 font_info=XBestFont(display,&resource_info,MagickFalse); in XRenderImage()
9077 if (font_info == (XFontStruct *) NULL) in XRenderImage()
9079 XFreeResources(display,visual_info,map_info,&pixel,font_info, in XRenderImage()
9095 (void) XFreeFont(display,font_info); in XRenderImage()
9097 font_info=XBestFont(display,&resource_info,MagickFalse); in XRenderImage()
9098 if (font_info == (XFontStruct *) NULL) in XRenderImage()
9110 annotate_info.font_info=font_info; in XRenderImage()
9112 annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,(int) in XRenderImage()
9114 annotate_info.height=(unsigned int) font_info->ascent+font_info->descent; in XRenderImage()
9115 metrics->pixels_per_em.x=(double) font_info->max_bounds.width; in XRenderImage()
9116 metrics->pixels_per_em.y=(double) font_info->ascent+font_info->descent; in XRenderImage()
9117 metrics->ascent=(double) font_info->ascent+4; in XRenderImage()
9118 metrics->descent=(double) (-font_info->descent); in XRenderImage()
9120 metrics->height=font_info->ascent+font_info->descent; in XRenderImage()
9121 metrics->max_advance=(double) font_info->max_bounds.width; in XRenderImage()