Searched refs:font (Results 1 - 25 of 545) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixfontstr.h33 #define FONTCHARSET(font) (font)
34 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field
35 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
36 #define TERMINALFONT(font) (font)->info.terminalFont
37 #define FONTASCENT(font) (font)
[all...]
/xsrc/external/ofl/font-liberation-ttf/dist/scripts/
H A DsetisFixedPitch-fonttools.py19 # This program takes a TTF font and set isFixedPitch bit used to detect font as a Monospace.
27 # input font will be overwriten and backup will be created for input font
34 # Open the font file supplied as the first argument on the command line
37 font = ttLib.TTFont(fontfile) variable
40 if 'post' in font:
41 if font["post"].isFixedPitch == 0:
42 font["post"].isFixedPitch = 1
43 print("isFixedPitch is now: ", font["pos
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixfontstr.h34 #define FONTCHARSET(font) (font)
35 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field
36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field
37 #define TERMINALFONT(font) (font)->info.terminalFont
38 #define FONTASCENT(font) (font)
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DSetFont.c36 Font font)
39 if (gc->values.font != font) {
40 gc->values.font = font;
33 XSetFont(register Display * dpy,GC gc,Font font) argument
H A DUnldFont.c35 Font font)
40 GetResReq(CloseFont, font, req);
33 XUnloadFont(register Display * dpy,Font font) argument
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsfont.c5 * Adobe's code for font instances (body).
108 /* space (font units). */
137 /* `stemWidthPer1000' will not overflow for a legitimate font */
241 cf2_font_setup( CF2_Font font, argument
244 /* pointer to parsed font object */
245 PS_Decoder* decoder = font->decoder;
253 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX;
254 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY;
263 font->error = FT_Err_Ok;
268 if ( font
486 cf2_getGlyphOutline(CF2_Font font,CF2_Buffer charstring,const CF2_Matrix * transform,CF2_F16Dot16 * glyphWidth) argument
[all...]
/xsrc/external/mit/libxcb/dist/doc/tutorial/
H A Dxcb.css11 font-weight: bold;
12 font-size: 28px;
17 font-weight: bold;
21 font-weight: bold;
22 font-size: 22px;
26 font-weight: normal;
27 font-size: 16px;
31 font-weight: normal;
32 font-size: 16px;
36 font
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Ddifsfn.h50 #include <X11/fonts/font.h>
H A Ddifsfnst.h51 #include <X11/fonts/font.h>
54 /* has per-client info about the font */
56 FontPtr font; member in struct:_ClientFont
63 FontPtr font; member in struct:_font_name_cache
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfontsrv.h28 #include <X11/fonts/font.h>
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfontsrv.h28 #include <X11/fonts/font.h>
/xsrc/external/mit/MesaLib.old/dist/docs/
H A Dmesa.css4 font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
9 font-size: 24px;
10 font-weight: bold;
14 font-size: 18px;
15 font-weight: bold;
19 font-family: monospace;
20 font-size: 10pt;
24 font-size: 10pt;
53 font: x-large sans-serif;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_bwidth.c13 glutBitmapWidth(GLUTbitmapFont font, int c) argument
19 fontinfo = (BitmapFontPtr) __glutFont(font);
21 fontinfo = (BitmapFontPtr) font;
34 glutBitmapLength(GLUTbitmapFont font, const unsigned char *string) argument
41 fontinfo = (BitmapFontPtr) __glutFont(font);
43 fontinfo = (BitmapFontPtr) font;
H A Dglut_swidth.c13 glutStrokeWidth(GLUTstrokeFont font, int c) argument
19 fontinfo = (StrokeFontPtr) __glutFont(font);
21 fontinfo = (StrokeFontPtr) font;
34 glutStrokeLength(GLUTstrokeFont font, const unsigned char *string) argument
41 fontinfo = (StrokeFontPtr) __glutFont(font);
43 fontinfo = (StrokeFontPtr) font;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_bwidth.c13 glutBitmapWidth(GLUTbitmapFont font, int c) argument
19 fontinfo = (BitmapFontPtr) __glutFont(font);
21 fontinfo = (BitmapFontPtr) font;
34 glutBitmapLength(GLUTbitmapFont font, const unsigned char *string) argument
41 fontinfo = (BitmapFontPtr) __glutFont(font);
43 fontinfo = (BitmapFontPtr) font;
H A Dglut_swidth.c13 glutStrokeWidth(GLUTstrokeFont font, int c) argument
19 fontinfo = (StrokeFontPtr) __glutFont(font);
21 fontinfo = (StrokeFontPtr) font;
34 glutStrokeLength(GLUTstrokeFont font, const unsigned char *string) argument
41 fontinfo = (StrokeFontPtr) __glutFont(font);
43 fontinfo = (StrokeFontPtr) font;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.h8 glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.h33 extern void Fake_glXUseXFont( Font font, int first, int count, int listbase );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxfonts.h33 extern void Fake_glXUseXFont( Font font, int first, int count, int listbase );
/xsrc/external/mit/fonttosfnt/dist/
H A Dwrite.c209 fontMetrics(FontPtr font) argument
214 font->metrics.maxAwidth = 0;
215 font->metrics.maxX = -10000 * TWO_SIXTEENTH;
216 font->metrics.maxY = -10000 * TWO_SIXTEENTH;
217 font->metrics.minX = 10000 * TWO_SIXTEENTH;
218 font->metrics.minY = 10000 * TWO_SIXTEENTH;
222 int rc = glyphMetrics(font, i, &awidth, &x0, &y0, &x1, &y1);
226 if(awidth > font->metrics.maxAwidth) font->metrics.maxAwidth = awidth;
227 if(x0 < font
316 writeFile(char * filename,FontPtr font) argument
456 writeDir(FILE * out,FontPtr font,int numTables,unsigned * tables) argument
506 fixupDir(FILE * out,FontPtr font,int numTables,int * offset,int * length) argument
538 writehead(FILE * out,FontPtr font) argument
607 writeEBDT(FILE * out,FontPtr font) argument
654 writeEBLC(FILE * out,FontPtr font) argument
847 writecmap(FILE * out,FontPtr font) argument
932 writeglyf(FILE * out,FontPtr font) argument
938 writehhea(FILE * out,FontPtr font) argument
966 writehmtx(FILE * out,FontPtr font) argument
990 writeloca(FILE * out,FontPtr font) argument
1001 writemaxp(FILE * out,FontPtr font) argument
1022 writename(FILE * out,FontPtr font) argument
1045 writepost(FILE * out,FontPtr font) argument
1078 writeOS2(FILE * out,FontPtr font) argument
1142 writePCLT(FILE * out,FontPtr font) argument
[all...]
/xsrc/external/mit/freetype/dist/src/bdf/
H A Dbdflib.c56 * Default BDF font options.
72 * Builtin BDF font properties.
76 /* List of most properties that might appear in a font. Doesn't include */
227 /* Function type for parsing lines of a BDF font. */
268 bdf_font_t* font; member in struct:_bdf_parse_t_
833 bdf_font_t* font )
837 FT_Memory memory = font->memory;
844 if ( ft_hash_str_lookup( name, &(font->proptbl) ) )
847 if ( FT_RENEW_ARRAY( font->user_props,
848 font
831 bdf_create_property(const char * name,int format,bdf_font_t * font) argument
881 bdf_get_property(char * name,bdf_font_t * font) argument
936 _bdf_add_comment(bdf_font_t * font,char * comment,unsigned long len) argument
965 _bdf_set_default_spacing(bdf_font_t * font,bdf_options_t * opts,unsigned long lineno) argument
1035 _bdf_is_atom(char * line,unsigned long linelen,char ** name,char ** value,bdf_font_t * font) argument
1099 _bdf_add_property(bdf_font_t * font,const char * name,char * value,unsigned long lineno) argument
1300 bdf_font_t* font; local in function:_bdf_parse_glyphs
1878 bdf_font_t* font; local in function:_bdf_parse_start
2176 bdf_load_font(FT_Stream stream,FT_Memory extmemory,bdf_options_t * opts,bdf_font_t ** font) argument
2330 bdf_free_font(bdf_font_t * font) argument
2401 bdf_get_font_property(bdf_font_t * font,const char * name) argument
[all...]
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomTextEsc.c47 XFontStruct *font)
62 if(vrotate->font == font)
72 XFontStruct *font)
87 if(vmap->font == font)
97 XFontStruct *font,
108 if(is_rotate(oc, font) == True) {
109 escapement += _XTextHeight16(font, buf2b, 1);
111 escapement += (int) (font
45 is_rotate(XOC oc,XFontStruct * font) argument
70 is_codemap(XOC oc,XFontStruct * font) argument
95 escapement_vertical(XOC oc,XFontStruct * font,Bool is_xchar2b,XPointer text,int length) argument
137 XFontStruct *font; local in function:TextWidthWithFontSet
247 XFontStruct *font; local in function:_XomGenericTextEscapement
[all...]
H A DomText.c46 XFontStruct *font)
61 if(vrotate->font == font)
71 XFontStruct *font)
86 if(vmap->font == font)
99 XFontStruct *font,
116 if(is_rotate(oc, font) == True) {
117 XTextExtents16(font, buf2b, 1,
126 wx = x - (int)((font
44 is_rotate(XOC oc,XFontStruct * font) argument
69 is_codemap(XOC oc,XFontStruct * font) argument
94 draw_vertical(Display * dpy,Drawable d,XOC oc,GC gc,XFontStruct * font,Bool is_xchar2b,int x,int y,XPointer text,int length) argument
173 XFontStruct *font; local in function:DrawStringWithFontSet
293 XFontStruct *font; local in function:_XomGenericDrawString
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolytext.c76 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars,
82 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font));
93 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars,
94 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
100 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font));
108 FontPtr font = pGC->font; local in function:miImageText8
111 GetGlyphs(font, (unsigned long)count, (unsigned char *)chars,
114 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font));
122 FontPtr font local in function:miImageText16
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipolytext.c75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
82 FONTGLYPHS(pGC->font));
94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
102 FONTGLYPHS(pGC->font));
110 FontPtr font = pGC->font; local in function:miImageText8
113 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars,
117 FONTGLYPHS(font));
125 FontPtr font local in function:miImageText16
[all...]

Completed in 23 milliseconds

1234567891011>>