Searched refs:fi (Results 1 - 25 of 531) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_afm.c9 void dump_fontinfo( AFM_FontInfo fi ) argument
15 ( fi->IsCIDFont ) ? "" : "non-" );
17 printf( "FontBBox: %.2f %.2f %.2f %.2f\n", fi->FontBBox.xMin / 65536.,
18 fi->FontBBox.yMin / 65536.,
19 fi->FontBBox.xMax / 65536.,
20 fi->FontBBox.yMax / 65536. );
21 printf( "Ascender: %.2f\n", fi->Ascender / 65536. );
22 printf( "Descender: %.2f\n\n", fi->Descender / 65536. );
24 if ( fi->NumTrackKern )
26 fi
75 parse_afm(FT_Library library,FT_Stream stream,AFM_FontInfo fi) argument
116 AFM_FontInfoRec fi; local in function:main
[all...]
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1afm.c40 AFM_FontInfo fi )
42 FT_FREE( fi->KernPairs );
43 fi->NumKernPair = 0;
45 FT_FREE( fi->TrackKerns );
46 fi->NumTrackKern = 0;
48 FT_FREE( fi );
110 AFM_FontInfo fi )
156 fi->NumKernPair = FT_PEEK_USHORT_LE( p );
158 if ( p + 4 * fi->NumKernPair > limit )
165 if ( fi
39 T1_Done_Metrics(FT_Memory memory,AFM_FontInfo fi) argument
108 T1_Read_PFM(FT_Face t1_face,FT_Stream stream,AFM_FontInfo fi) argument
241 AFM_FontInfo fi = NULL; local in function:T1_Read_Metrics
329 T1_Get_Kerning(AFM_FontInfo fi,FT_UInt glyph1,FT_UInt glyph2,FT_Vector * kerning) argument
375 AFM_FontInfo fi = (AFM_FontInfo)( (T1_Face)face )->afm_data; local in function:T1_Get_Track_Kerning
[all...]
H A Dt1afm.h34 AFM_FontInfo fi );
37 T1_Get_Kerning( AFM_FontInfo fi,
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c343 XftFontInfo *fi = &font->info; local in function:XftLockFace
346 face = _XftLockFile (fi->file);
350 if (face && !_XftSetFace (fi->file, fi->xsize, fi->ysize, &fi->matrix))
352 _XftUnlockFile (fi->file);
366 XftFontInfoFill (Display *dpy, _Xconst FcPattern *pattern, XftFontInfo *fi) argument
389 memset (fi, '\0', sizeof (*fi));
737 XftFontInfoEmpty(Display * dpy _X_UNUSED,XftFontInfo * fi) argument
746 XftFontInfo *fi = malloc (sizeof (XftFontInfo)); local in function:XftFontInfoCreate
761 XftFontInfoDestroy(Display * dpy,XftFontInfo * fi) argument
769 XftFontInfoHash(_Xconst XftFontInfo * fi) argument
781 XftFontOpenInfo(Display * dpy,FcPattern * pattern,XftFontInfo * fi) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Dmesa_formats.cpp44 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) { local in function:TEST
45 mesa_format f = (mesa_format) fi;
75 for (int fi = 0; fi < MESA_FORMAT_COUNT; ++fi) { local in function:TEST
76 mesa_format f = (mesa_format) fi;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_half.h54 union fi magic;
55 union fi f32;
106 union fi infnan;
107 union fi magic;
108 union fi f32;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dhalf_float.c56 const fi_type fi = {val}; local in function:_mesa_float_to_half
57 const int flt_m = fi.i & 0x7fffff;
58 const int flt_e = (fi.i >> 23) & 0xff;
59 const int flt_s = (fi.i >> 31) & 0x1;
96 m = _mesa_lroundevenf((1 << 24) * fabsf(fi.f));
142 fi_type fi; local in function:_mesa_half_to_float
177 fi.i = (flt_s << 31) | (flt_e << 23) | flt_m;
178 result = fi.f;
H A Du_math.h75 union fi { union
95 union fi f;
117 union fi epart;
163 union fi num;
191 union fi u;
251 union fi tmp;
260 union fi tmp;
269 union fi tmp;
347 union fi fi; local in function:fui
355 union fi fi; local in function:uif
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dhalf_float.c59 const fi_type fi = {val}; local in function:_mesa_float_to_half_slow
60 const int flt_m = fi.i & 0x7fffff;
61 const int flt_e = (fi.i >> 23) & 0xff;
62 const int flt_s = (fi.i >> 31) & 0x1;
99 m = _mesa_lroundevenf((1 << 24) * fabsf(fi.f));
145 union fi infnan;
146 union fi magic;
147 union fi f32;
H A Du_math.h68 union fi { union
88 union fi f;
108 union fi num;
143 union fi u;
204 union fi tmp;
213 union fi tmp;
222 union fi tmp;
300 union fi fi; local in function:fui
301 fi
308 union fi fi; local in function:uif
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac82 fi
92 fi
99 fi
118 fi
119 fi
140 fi
141 fi
148 fi
151 fi
154 fi
[all...]
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dfreetype2.m453 fi
54 fi
60 fi
61 fi
65 fi
99 fi
100 fi
101 fi
102 fi
103 fi
[all...]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dafmparse.c589 AFM_FontInfo fi = parser->FontInfo; local in function:afm_parse_track_kern
603 fi->NumTrackKern = (FT_UInt)tmp;
605 if ( fi->NumTrackKern )
611 if ( FT_QNEW_ARRAY( fi->TrackKerns, fi->NumTrackKern ) )
625 if ( n >= (int)fi->NumTrackKern )
628 tk = fi->TrackKerns + n;
649 fi->NumTrackKern = (FT_UInt)( n + 1 );
693 AFM_FontInfo fi = parser->FontInfo; local in function:afm_parse_kern_pairs
707 fi
864 AFM_FontInfo fi = parser->FontInfo; local in function:afm_parser_parse
[all...]
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac82 fi
92 fi
99 fi
118 fi
119 fi
140 fi
141 fi
148 fi
151 fi
154 fi
[all...]
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c217 snfFontInfoRec fi; local in function:snfReadFont
233 ret = snfReadHeader(&fi, file);
250 bitmapsSize = BYTESOFGLYPHINFO(&fi);
251 num_chars = n2dChars(&fi);
259 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */
261 bytestoalloc += fi.nProps * sizeof(char); /* isStringProp */
264 if (fi.inkMetrics)
292 if (fi.inkMetrics)
390 ret = snfReadProps(&fi, &pFont->info, file);
395 snfCopyInfo(&fi,
446 snfFontInfoRec fi; local in function:snfReadFontInfo
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c219 snfFontInfoRec fi; local in function:snfReadFont
235 ret = snfReadHeader(&fi, file);
252 bitmapsSize = BYTESOFGLYPHINFO(&fi);
253 num_chars = n2dChars(&fi);
261 bytestoalloc += fi.nProps * sizeof(FontPropRec); /* props */
263 bytestoalloc += fi.nProps * sizeof(char); /* isStringProp */
266 if (fi.inkMetrics)
294 if (fi.inkMetrics)
392 ret = snfReadProps(&fi, &pFont->info, file);
397 snfCopyInfo(&fi,
448 snfFontInfoRec fi; local in function:snfReadFontInfo
[all...]
/xsrc/external/mit/imake/dist/
H A Dmdepend.cpp33 fi
52 fi
100 fi
113 fi
144 fi
147 fi
154 fi
172 fi
181 fi
237 fi
[all...]
H A Dxmkmf.cpp44 fi
50 fi
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-prefix.m450 fi
51 fi
67 fi
75 fi
76 fi
81 fi
82 fi
83 fi
84 fi
98 fi
[all...]
H A Dlib-link.m4107 fi
216 fi
217 fi
218 fi
242 fi
260 fi
273 fi
292 fi
300 fi
302 fi
[all...]
H A Dac_check_symbol.m425 fi
26 fi
35 fi
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Ddolt.m420 fi
23 fi
53 fi
58 fi
64 fi
78 fi
79 fi
86 fi
103 fi
104 fi
[all...]
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp52 fi
57 fi
80 fi
85 fi
89 fi
93 fi
97 fi
107 fi
108 fi
114 fi
[all...]
/xsrc/external/mit/xf86-video-r128/dist/
H A Dconfigure.ac48 fi
91 fi
96 fi
101 fi
106 fi
107 fi
117 fi
118 fi
126 fi
137 fi
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_half_test.c17 union fi f;

Completed in 13 milliseconds

1234567891011>>