Home
last modified time | relevance | path

Searched refs:gstoraster (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c789 char tmp[1024], profile_arg[256], gstoraster[512]; in main() local
1052 /* use gstoraster filter if available, otherwise run Ghostscript in main()
1057 strlcat(tmp, "/gstoraster", 1024); in main()
1060 strlcpy(gstoraster, tmp, 256); in main()
1061 strlcat(gstoraster, " 0 '' '' 0 '%X'", 256); in main()
1092 snprintf(gstoraster, sizeof(gstoraster), "gs -dQUIET -dDEBUG -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -sDEVICE=cups -dShowAcroForm %s -sOutputFile=- -", profile_arg); in main()
1097 snprintf(cmd, 1024, "%s | %s", gstoraster, cupsfilter); in main()

Completed in 2 milliseconds