| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcweight.c | 27 int fc; member in struct:__anon016ca74e0108 66 return map[i].fc; 69 return lerp (ot_weight, map[i-1].ot, map[i].ot, map[i-1].fc, map[i].fc); 79 for (i = 1; fc_weight > map[i].fc; i++) 82 if (fc_weight == map[i].fc) 86 return lerp (fc_weight, map[i-1].fc, map[i].fc, map[i-1].ot, map[i].ot);
|
| /xsrc/external/mit/luit/dist/ |
| H A D | charset.c | 200 const FontencCharsetRec *fc = (const FontencCharsetRec *) (self->data); local in function:FontencCharsetRecode 202 return FontEncRecode(n + fc->shift, fc->mapping); 208 const FontencCharsetRec *fc = (const FontencCharsetRec *) (self->data); local in function:FontencCharsetReverse 211 n = fc->reverse->reverse(i, fc->reverse->data); 212 if (n == 0 || n < fc->shift) 215 n -= fc->shift; 273 FontencCharsetPtr fc; local in function:getFontencCharset 278 fc 325 const OtherCharsetRec *fc; local in function:getOtherCharset [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vcn_dec.c | 979 rvcn_av1_frame_context_t * fc = (rvcn_av1_frame_context_t*)prob; local in function:rvcn_init_mode_probs 982 memcpy(fc->palette_y_size_cdf, default_palette_y_size_cdf, sizeof(default_palette_y_size_cdf)); 983 memcpy(fc->palette_uv_size_cdf, default_palette_uv_size_cdf, sizeof(default_palette_uv_size_cdf)); 984 memcpy(fc->palette_y_color_index_cdf, default_palette_y_color_index_cdf, sizeof(default_palette_y_color_index_cdf)); 985 memcpy(fc->palette_uv_color_index_cdf, default_palette_uv_color_index_cdf, sizeof(default_palette_uv_color_index_cdf)); 986 memcpy(fc->kf_y_cdf, default_kf_y_mode_cdf, sizeof(default_kf_y_mode_cdf)); 987 memcpy(fc->angle_delta_cdf, default_angle_delta_cdf, sizeof(default_angle_delta_cdf)); 988 memcpy(fc->comp_inter_cdf, default_comp_inter_cdf, sizeof(default_comp_inter_cdf)); 989 memcpy(fc->comp_ref_type_cdf, default_comp_ref_type_cdf,sizeof(default_comp_ref_type_cdf)); 990 memcpy(fc 1040 rvcn_av1_frame_context_t * fc = (rvcn_av1_frame_context_t*)prob; local in function:rvcn_av1_init_mv_probs 1080 rvcn_av1_frame_context_t * fc = (rvcn_av1_frame_context_t*)prob; local in function:rvcn_av1_default_coef_probs [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | Tools.mk | 26 DIR=fc-$(TAG) 27 OUT=fc$(TAG)
|
| H A D | configure.ac | 788 [AS_HELP_STRING([--disable-cache-build],[Don't run fc-cache during the build])], 814 fc-lang/Makefile 815 fc-case/Makefile 818 fc-cache/Makefile 819 fc-cat/Makefile 820 fc-conflist/Makefile 821 fc-list/Makefile 822 fc-match/Makefile 823 fc-pattern/Makefile 824 fc [all...] |
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | 20-font_cache.cpp | 33 elif [ -x BINDIR/fc-cache ] ; then 34 BINDIR/fc-cache
|
| /xsrc/external/mit/font-util/dist/ |
| H A D | fontutil.m4.in | 161 # Set FCCACHE to path to fc-cache (fontconfig cache builder) if found 163 # to run fc-cache if found and not installing to $DESTDIR and not 166 # fc-cache is optional, not required, and should be skipped when making 170 AC_PATH_PROG(FCCACHE, fc-cache) 171 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 311 # --with-fc-confdir=... 320 AC_ARG_WITH(fc-confdir, 321 AS_HELP_STRING([--with-fc-confdir=DIR], 324 # if --with-fc-confdir was not specified
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | startx.cpp | 105 elif [ -x $bindir/fc-cache ] ; then 106 $bindir/fc-cache
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | shave.m4 | 58 FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_aux_info.c | 83 #define AUX(wb, c, fc, pr, fra, type) \ 84 [ISL_AUX_USAGE_ ## type] = { WRITES_ ## wb, c, fc, pr, fra}, 88 /* write_behavior c fc pr fra */
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4657 stbtt_uint8 *fc = font->data; local in function:stbtt_GetFontNameString 4659 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); 4662 count = ttUSHORT(fc+nm+2); 4663 stringOffset = nm + ttUSHORT(fc+nm+4); 4666 if (platformID == ttUSHORT(fc+loc+0) && encodingID == ttUSHORT(fc+loc+2) 4667 && languageID == ttUSHORT(fc+loc+4) && nameID == ttUSHORT(fc+loc+6)) { 4668 *length = ttUSHORT(fc+loc+8); 4669 return (const char *) (fc 4675 stbtt__matchpair(stbtt_uint8 * fc,stbtt_uint32 nm,stbtt_uint8 * name,stbtt_int32 nlen,stbtt_int32 target_id,stbtt_int32 next_id) argument 4722 stbtt__matches(stbtt_uint8 * fc,stbtt_uint32 offset,stbtt_uint8 * name,stbtt_int32 flags) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 4657 stbtt_uint8 *fc = font->data; local in function:stbtt_GetFontNameString 4659 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); 4662 count = ttUSHORT(fc+nm+2); 4663 stringOffset = nm + ttUSHORT(fc+nm+4); 4666 if (platformID == ttUSHORT(fc+loc+0) && encodingID == ttUSHORT(fc+loc+2) 4667 && languageID == ttUSHORT(fc+loc+4) && nameID == ttUSHORT(fc+loc+6)) { 4668 *length = ttUSHORT(fc+loc+8); 4669 return (const char *) (fc 4675 stbtt__matchpair(stbtt_uint8 * fc,stbtt_uint32 nm,stbtt_uint8 * name,stbtt_int32 nlen,stbtt_int32 target_id,stbtt_int32 next_id) argument 4722 stbtt__matches(stbtt_uint8 * fc,stbtt_uint32 offset,stbtt_uint8 * name,stbtt_int32 flags) argument [all...] |
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | pointer.c | 246 CARD32 fc, bc, *cp; local in function:vbox_realize_cursor 284 fc = color_to_byte (pCurs->foreBlue) 321 *cp++ = fc;
|
| /xsrc/external/mit/libXfont/dist/ |
| H A D | configure.ac | 194 AC_ARG_ENABLE(fc, optenable 195 AS_HELP_STRING([--disable-fc], 229 src/fc/Makefile
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64render.c | 769 union { float f; CARD32 c; } fc; local in function:FVAL 771 fc.f = f; 772 return fc.c;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fslight.c | 561 static GLfloat fc[4] = { 1, 1, 0, 0 }; local in function:Init 563 glFogfv(GL_FOG_COLOR, fc);
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | configure.ac | 215 AC_ARG_ENABLE(fc, optenable 216 AS_HELP_STRING([--disable-fc],
|
| H A D | README.md | 56 Enabled by default, disable via --disable-fc (font client).
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 829 const GLfloat *fc = ctx->Fog.Color; local in function:r200PointsBitmap 838 color[0] = f * rc[0] + (1.F - f) * fc[0]; 839 color[1] = f * rc[1] + (1.F - f) * fc[1]; 840 color[2] = f * rc[2] + (1.F - f) * fc[2];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 829 const GLfloat *fc = ctx->Fog.Color; local in function:r200PointsBitmap 838 color[0] = f * rc[0] + (1.F - f) * fc[0]; 839 color[1] = f * rc[1] + (1.F - f) * fc[1]; 840 color[2] = f * rc[2] + (1.F - f) * fc[2];
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/tests/ |
| H A D | isl_aux_info_test.cpp | 39 #define E(state, usage, fc, op) \ 42 ISL_AUX_USAGE_ ## usage, fc))
|
| /xsrc/external/mit/font-adobe-75dpi/dist/ |
| H A D | aclocal.m4 | 1223 # Set FCCACHE to path to fc-cache (fontconfig cache builder) if found 1225 # to run fc-cache if found and not installing to $DESTDIR and not 1228 # fc-cache is optional, not required, and should be skipped when making 1232 AC_PATH_PROG(FCCACHE, fc-cache) 1233 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 1373 # --with-fc-confdir=... 1382 AC_ARG_WITH(fc-confdir, 1383 AS_HELP_STRING([--with-fc-confdir=DIR], 1386 # if --with-fc-confdir was not specified
|
| /xsrc/external/mit/font-adobe-utopia-100dpi/dist/ |
| H A D | aclocal.m4 | 1223 # Set FCCACHE to path to fc-cache (fontconfig cache builder) if found 1225 # to run fc-cache if found and not installing to $DESTDIR and not 1228 # fc-cache is optional, not required, and should be skipped when making 1232 AC_PATH_PROG(FCCACHE, fc-cache) 1233 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 1373 # --with-fc-confdir=... 1382 AC_ARG_WITH(fc-confdir, 1383 AS_HELP_STRING([--with-fc-confdir=DIR], 1386 # if --with-fc-confdir was not specified
|
| /xsrc/external/mit/font-adobe-utopia-75dpi/dist/ |
| H A D | aclocal.m4 | 182 # Set FCCACHE to path to fc-cache (fontconfig cache builder) if found 184 # to run fc-cache if found and not installing to $DESTDIR 186 # fc-cache is optional, not required, and should be skipped when making 190 AC_PATH_PROG(FCCACHE, fc-cache) 191 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 297 # --with-fc-confdir=... 306 AC_ARG_WITH(fc-confdir, 307 AS_HELP_STRING([--with-fc-confdir=DIR], 310 # if --with-fc-confdir was not specified
|
| /xsrc/external/mit/font-adobe-utopia-type1/dist/ |
| H A D | aclocal.m4 | 1190 # Set FCCACHE to path to fc-cache (fontconfig cache builder) if found 1192 # to run fc-cache if found and not installing to $DESTDIR and not 1195 # fc-cache is optional, not required, and should be skipped when making 1199 AC_PATH_PROG(FCCACHE, fc-cache) 1200 FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 1340 # --with-fc-confdir=... 1349 AC_ARG_WITH(fc-confdir, 1350 AS_HELP_STRING([--with-fc-confdir=DIR], 1353 # if --with-fc-confdir was not specified
|