Home
last modified time | relevance | path

Searched refs:OUT_PCLM (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py35 OUT_PCLM = 16 variable
84 suffix_t( ".pclm", OUT_PCLM, 0 ),
139 format_cs_table_t( OUT_PCLM, CS_RGB, [ CS_RGB, CS_GRAY ] ),
363 if state.output_format == OUT_PCLM:
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/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c62 OUT_PCLM, enumerator
119 { ".pclm", OUT_PCLM, 0 },
180 { OUT_PCLM, CS_RGB, { CS_RGB, CS_GRAY } },
526 if (output_format == OUT_PCLM) in file_level_headers()
559 if (output_format == OUT_PCLM || output_format == OUT_OCR_PDF) in file_level_trailers()
1102 if (output_format != OUT_PCLM && output_format != OUT_OCR_PDF) in dodrawpage()
2084 output_format != OUT_PCLM && in main()