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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/fontconfig/dist/doc/
fcinit.fncs 27 @PURPOSE@ load configuration
29 Loads the default configuration file and returns the resulting configuration.
36 @PURPOSE@ load configuration and font data
38 Loads the default configuration file and builds information about the
39 available fonts. Returns the resulting configuration.
47 Loads the default configuration file and the fonts referenced therein and
48 sets the default configuration to that result. Returns whether this
49 process succeeded or not. If the default configuration has already
77 Forces the default configuration file to be reloaded and resets the defaul
    [all...]
fcconfig.fncs 27 @PURPOSE@ Create a configuration
29 Creates an empty configuration.
39 If <parameter>config</parameter> is NULL, the current configuration is used.
42 for destroying the configuration when not needed anymore.
48 @PURPOSE@ Destroy a configuration
51 the configuration and any data associated with it.
53 cause a new configuration to be created for use as current configuration.
59 @PURPOSE@ Set configuration as default
61 Sets the current default configuration to <parameter>config</parameter>. Implicitly call
    [all...]
fcfile.fncs 40 policy as well as the current configuration. Internally, fontconfig will
43 applications. The configuration can ignore fonts based on filename or
fcfontset.fncs 65 If <parameter>config</parameter> is NULL, the default configuration is checked
85 If <parameter>config</parameter> is NULL, the current configuration is used.
fcatomic.fncs 32 configuration file is atomically replaced so that reading process always see
  /xsrc/external/mit/fontconfig/dist/conf.d/
10-hinting-full.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-medium.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-none.conf 8 This sort of configuration is available on the major desktop environments
10-hinting-slight.conf 8 This sort of configuration is available on the major desktop environments
10-unhinted.conf 8 This sort of configuration is available on the major desktop environments
10-autohint.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-bgr.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-none.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-rgb.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-vbgr.conf 8 This sort of configuration is available on the major desktop environments
10-sub-pixel-vrgb.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-default.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-legacy.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-light.conf 8 This sort of configuration is available on the major desktop environments
11-lcdfilter-none.conf 8 This sort of configuration is available on the major desktop environments
  /xsrc/external/mit/xfs/dist/config/
config.cpp 1 # X font server configuration file
  /xsrc/external/mit/freetype/dist/builds/
detect.mk 19 # BUILD_DIR The configuration and system-specific directory. Usually
28 # CONFIG_FILE The configuration sub-makefile to use. This usually depends
116 $(info $(empty) configuration directory $(subst /,$(SEP),$(BUILD_DIR)))
117 $(info $(empty) configuration rules $(subst /,$(SEP),$(CONFIG_RULES)))
  /xsrc/external/mit/xorg-cf-files/dist/
meson.build 55 configuration: conf)
  /xsrc/external/mit/xeyes/dist/
EyesP.h 49 EyeConfiguration *configuration; member in struct:__anon6657
Eyes.c 415 w->eyes.configuration = config;
583 EyeLayout *l = &w->eyes.configuration->eyes[num];
683 for (int i = 0; i < w->eyes.configuration->count; i++) {
684 pupils[i] = computePupil(&w->eyes.configuration->eyes[i], mouse, sp);
707 for (int i = 0; i < w->eyes.configuration->count; i++) {
711 for (int i = 0; i < w->eyes.configuration->count; i++) {
744 TPoint newpupils[w->eyes.configuration->count];
755 for (num = 0; num < w->eyes.configuration->count; num++) {
814 w->eyes.configuration->w_min_x,
815 w->eyes.configuration->w_max_x
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>