| /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/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...] |
| /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/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/dist/src/mesa/drivers/dri/i965/ |
| brw_batch.h | 85 } fi; local 87 fi.f = f; 88 return fi.d;
|
| gfx6_constant_state.c | 37 union fi fi = { .f = f }; local 38 return fi.ui;
|
| /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;
|
| softfloat.c | 1443 const fi_type fi = {val}; local 1444 const uint32_t flt_m = fi.u & 0x7fffff; 1445 const uint32_t flt_e = (fi.u >> 23) & 0xff; 1446 const uint32_t flt_s = (fi.u >> 31) & 0x1;
|
| 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/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/i965/ |
| gen6_constant_state.c | 36 union fi fi = { .f = f }; local 37 return fi.ui;
|
| intel_batchbuffer.h | 84 } fi; local 86 fi.f = f; 87 return fi.d;
|
| /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/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;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_program.c | 189 struct ir2_fetch_info *fi = &info->fetch_info[i]; variable in typeref:struct:ir2_fetch_info 191 instr_fetch_t *instr = (instr_fetch_t *)&info->dwords[fi->offset]; 195 patch_vtx_fetch(ctx, &vtx->pipe[idx], &instr->vtx, fi->vtx.dst_swiz); 200 instr->tex.const_idx = fd2_get_const_idx(ctx, tex, fi->tex.samp_id); 201 instr->tex.src_swiz = fi->tex.src_swiz;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_program.c | 200 struct ir2_fetch_info *fi = &info->fetch_info[i]; local 202 instr_fetch_t *instr = (instr_fetch_t*) &info->dwords[fi->offset]; 206 patch_vtx_fetch(ctx, &vtx->pipe[idx], &instr->vtx, fi->vtx.dst_swiz); 211 instr->tex.const_idx = fd2_get_const_idx(ctx, tex, fi->tex.samp_id); 212 instr->tex.src_swiz = fi->tex.src_swiz; 213 if (fd2_texture_swap_xy(tex, fi->tex.samp_id)) {
|
| /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...] |
| /xsrc/external/mit/libXcursor/dist/src/ |
| display.c | 42 XcursorFontInfo *fi = info->fonts; local 43 info->fonts = fi->next; 44 free (fi);
|
| 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/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/xf86-video-r128/dist/src/ |
| r128_exa_render.c | 635 fi_type fi; local 637 fi.f = val; 638 return fi.i;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| disassemble.c | 237 } fi; local 238 fi.i = imm; 239 fprintf(fp, "0x%08x /* %f */", imm, fi.f);
|
| /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...] |