Home
last modified time | relevance | path

Searched refs:OUT_PS (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py29 OUT_PS = 10 variable
87 suffix_t( ".ps", OUT_PS, 0 ),
140 format_cs_table_t( OUT_PS, CS_RGB, [ CS_GRAY, CS_RGB, CS_CMYK ] ),
357 if state.output_format == OUT_PS:
376 if state.output_format == OUT_PS:
609 elif state.output_format == OUT_PS:
1015 …OUT_PAM, OUT_PGM, OUT_PPM, OUT_PNM, OUT_PNG, OUT_PBM, OUT_PKM, OUT_PCL, OUT_PCLM, OUT_PS, OUT_PSD):
/dports/graphics/graphviz/graphviz-2.44.1/cmd/gvmap/
H A Dmake_map.h54 enum {OUT_PS = 1, OUT_M = 0, OUT_M_COUNTRY_GRAPH = 2, OUT_DOT = 3, OUT_PROCESSING = 4}; enumerator
H A Dgvmap.c581 if (whatout == OUT_PS){
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c68 OUT_PS, enumerator
125 { ".ps", OUT_PS, 0 },
181 { OUT_PS, CS_RGB, { CS_GRAY, CS_RGB, CS_CMYK } },
520 if (output_format == OUT_PS) in file_level_headers()
556 if (output_format == OUT_PS) in file_level_trailers()
1019 else if (output_format == OUT_PS) in dodrawpage()
2085 output_format != OUT_PS && in main()