Home
last modified time | relevance | path

Searched refs:CUPS_FONTPATH (Results 1 – 8 of 8) sorted by relevance

/external/libcups/config-scripts/
Dcups-directories.m4219 CUPS_FONTPATH="$datadir/cups/fonts"
221 CUPS_FONTPATH="$fontpath"
224 AC_SUBST(CUPS_FONTPATH) subst
225 AC_DEFINE_UNQUOTED(CUPS_FONTPATH, "$CUPS_FONTPATH") definition
/external/libcups/vcnet/
Dconfig.h201 #define CUPS_FONTPATH "C:/CUPS/share/fonts" macro
/external/libcups/xcode/
Dconfig.h122 #define CUPS_FONTPATH "/usr/share/cups/fonts" macro
/external/libcups/conf/
Dcups-files.conf.in53 #FontPath @CUPS_FONTPATH@
/external/libcups/
Dconfig.h.in120 #define CUPS_FONTPATH "/usr/share/cups/fonts" macro
Dconfigure6347 CUPS_FONTPATH="$datadir/cups/fonts"
6349 CUPS_FONTPATH="$fontpath"
/external/libcups/scheduler/
Dcupsfilter.c1383 set_string(&FontPath, CUPS_FONTPATH); in read_cups_files_conf()
Dconf.c590 cupsdSetString(&FontPath, CUPS_FONTPATH); in cupsdReadConfiguration()