HomeSort by: relevance | last modified time | path
    Searched refs:fi (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/freetype/dist/src/tools/
test_afm.c 9 void dump_fontinfo( AFM_FontInfo fi )
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->NumTrackKern )
116 AFM_FontInfoRec fi; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/type1/
t1afm.c 40 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->NumKernPair == 0
241 AFM_FontInfo fi = NULL; local
375 AFM_FontInfo fi = (AFM_FontInfo)( (T1_Face)face )->afm_data; local
    [all...]
t1afm.h 34 AFM_FontInfo fi );
37 T1_Get_Kerning( AFM_FontInfo fi,
  /xsrc/external/mit/libXft/dist/src/
xftfreetype.c 343 XftFontInfo *fi = &font->info; local
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)
389 memset (fi, '\0', sizeof (*fi));
746 XftFontInfo *fi = malloc (sizeof (XftFontInfo)); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
mesa_formats.cpp 44 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) {
45 mesa_format f = (mesa_format) fi;
75 for (int fi = 0; fi < MESA_FORMAT_COUNT; ++fi) {
76 mesa_format f = (mesa_format) fi;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_half.h 54 union fi magic;
55 union fi f32;
106 union fi infnan;
107 union fi magic;
108 union fi f32;
  /xsrc/external/mit/MesaLib/dist/src/util/
half_float.c 59 const fi_type fi = {val}; local
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;
u_math.h 68 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
301 fi.f = f
308 union fi fi; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
half_float.c 56 const fi_type fi = {val}; local
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
177 fi.i = (flt_s << 31) | (flt_e << 23) | flt_m;
178 result = fi.f;
u_math.h 75 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
355 union fi fi; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/psaux/
afmparse.c 589 AFM_FontInfo fi = parser->FontInfo; local
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
707 fi->NumKernPair = (FT_UInt)tmp
864 AFM_FontInfo fi = parser->FontInfo; local
    [all...]
  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfread.c 217 snfFontInfoRec fi; local
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, &pFont->info)
446 snfFontInfoRec fi; local
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfread.c 219 snfFontInfoRec fi; local
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, &pFont->info)
448 snfFontInfoRec fi; local
    [all...]
  /xsrc/external/mit/imake/dist/
mdepend.cpp 33 fi
52 fi
100 fi
113 fi
144 fi variable
147 fi
154 fi
172 fi
181 fi
237 fi
    [all...]
xmkmf.cpp 44 fi
50 fi
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
u_half_test.c 17 union fi f;
  /xsrc/external/mit/xinit/dist/
startx.cpp 52 fi
57 fi
80 fi
85 fi
89 fi
93 fi
97 fi
107 fi
108 fi
114 fi
    [all...]
xinitrc.cpp 26 fi
27 fi
31 fi
36 fi
43 fi
102 fi
103 fi
107 fi
116 fi
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
mesa_formats.cpp 46 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) {
47 mesa_format f = (mesa_format) fi;
73 for (int fi = 0; fi < MESA_FORMAT_COUNT; ++fi) {
74 mesa_format f = (mesa_format) fi;
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
lunr.fi.js 17 !function(i,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():e()(i.lunr)}(this,function(){return function(i){if(void 0===i)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===i.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var v,C,e;i.fi=function(){this.pipeline.reset(),this.pipeline.add(i.fi.trimmer,i.fi.stopWordFilter,i.fi.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(i.fi.stemmer))},i.fi.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",i.fi.trimmer=i.trimmerSupport.generateTrimmer(i.fi.wordCharacters),i.Pipeline.registerFunction(i.fi.trimmer,"trimmer-fi"),i.fi.stemmer=(v=i.stemmerSupport.Among,C=i.stemmerSupport.SnowballProgram,e=new function(){var n (…)
    [all...]
  /xsrc/external/mit/libXcursor/dist/src/
xlib.c 32 XcursorFontInfo *fi; local
48 for (fi = info->fonts; fi; fi = fi->next)
49 if (fi->font == font)
51 ret = fi->is_cursor_font;
70 fi = malloc (sizeof (XcursorFontInfo));
71 if (fi)
73 fi->font = font
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 58 } fi; local
60 fi.f = f;
61 return fi.d;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_batchbuffer.h 58 } fi; local
60 fi.f = f;
61 return fi.d;
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
u_half_test.c 18 union fi f;
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
vp-array-hf.c 21 const fi_type fi = {val}; local
22 const int flt_m = fi.i & 0x7fffff;
23 const int flt_e = (fi.i >> 23) & 0xff;
24 const int flt_s = (fi.i >> 31) & 0x1;

Completed in 20 milliseconds

1 2 3 4