Searched refs:sWidth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 537 const char *foundry, *family, *weight, *slant, *sWidth, *adstyle, local in function:makeXLFD 550 sWidth = NULL; 581 if (!sWidth) 582 sWidth = os2Width(os2->usWidthClass); 676 if (!sWidth) 677 sWidth = nameWidth(full_name); 690 if (!sWidth) 691 sWidth = "normal"; 707 weight, slant, sWidth, adstyle, spacing); 718 weight, slant, sWidth, adstyl [all...] |
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitscale.c | 570 long sWidth, /* 1000-pixel average width */ 663 fp->value = sWidth; 751 long *sWidth) /* return: average 1000-pixel width */ 772 *sWidth = 0; 1020 *sWidth += abs((int)(INT16)pci->metrics.attributes); 1048 *sWidth = (*sWidth * 10 + totalchars / 2) / totalchars; 1052 *sWidth = -*sWidth; 1058 vals->width = doround((double)*sWidth * val 565 ComputeScaledProperties(FontInfoPtr sourceFontInfo,char * name,FontScalablePtr vals,double dx,double dy,double sdx,double sdy,long sWidth,FontPropPtr * pProps,char ** pIsStringProp) argument 741 ScaleFont(FontPtr opf,double widthMult,double heightMult,double sWidthMult,double sHeightMult,FontScalablePtr vals,double * newWidthMult,double * newHeightMult,long * sWidth) argument 1553 long sWidth; local in function:BitmapOpenScalable [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitscale.c | 565 long sWidth, /* 1000-pixel average width */ 660 fp->value = sWidth; 748 long *sWidth) /* return: average 1000-pixel width */ 769 *sWidth = 0; 1017 *sWidth += abs((int)(INT16)pci->metrics.attributes); 1045 *sWidth = (*sWidth * 10 + totalchars / 2) / totalchars; 1049 *sWidth = -*sWidth; 1055 vals->width = doround((double)*sWidth * val 560 ComputeScaledProperties(FontInfoPtr sourceFontInfo,char * name,FontScalablePtr vals,double dx,double dy,double sdx,double sdy,long sWidth,FontPropPtr * pProps,char ** pIsStringProp) argument 738 ScaleFont(FontPtr opf,double widthMult,double heightMult,double sWidthMult,double sHeightMult,FontScalablePtr vals,double * newWidthMult,double * newHeightMult,long * sWidth) argument 1550 long sWidth; local in function:BitmapOpenScalable [all...] |
Completed in 6 milliseconds