Home
last modified time | relevance | path

Searched refs:OUT_PKM (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py26 OUT_PKM = 7 variable
81 suffix_t( ".pkm", OUT_PKM, 0 ),
136 format_cs_table_t( OUT_PKM, CS_CMYK, [ CS_CMYK ] ),
405 …d state.out_cs == CS_MONO) or (state.output_format == OUT_PBM) or (state.output_format == OUT_PKM):
607 elif state.output_format == OUT_PKM:
1015 …ut_format not in ( OUT_PAM, OUT_PGM, OUT_PPM, OUT_PNM, OUT_PNG, OUT_PBM, OUT_PKM, OUT_PCL, OUT_PCL…
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmuraster.c248 OUT_PKM enumerator
279 { ".pkm", OUT_PKM, CS_CMYK }
561 if ((output_format == OUT_PBM) || (output_format == OUT_PKM)) in drawband()
957 if (render->format == OUT_PKM) in initialise_banding()
1017 else if (output_format == OUT_PKM) in initialise_banding()
H A Dmudraw.c64 OUT_PKM, enumerator
116 { ".pkm", OUT_PKM, 0 },
177 { OUT_PKM, CS_CMYK, { CS_CMYK } },
596 …rmat == OUT_PWG) && out_cs == CS_MONO) || (output_format == OUT_PBM) || (output_format == OUT_PKM)) in drawband()
1017 else if (output_format == OUT_PKM) in dodrawpage()
2082 output_format != OUT_PKM && in main()