Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py25 OUT_PBM = 6 variable
80 suffix_t( ".pbm", OUT_PBM, 0 ),
135 format_cs_table_t( OUT_PBM, CS_MONO, [ CS_MONO ] ),
405 …rmat == OUT_PWG) and state.out_cs == CS_MONO) or (state.output_format == OUT_PBM) or (state.output…
605 elif state.output_format == OUT_PBM:
1015 …if state.output_format not in ( OUT_PAM, OUT_PGM, OUT_PPM, OUT_PNM, OUT_PNG, OUT_PBM, OUT_PKM, OUT…
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmuraster.c247 OUT_PBM, enumerator
276 { ".pbm", OUT_PBM, CS_GRAY },
561 if ((output_format == OUT_PBM) || (output_format == OUT_PKM)) in drawband()
958 render->format = OUT_PBM; in initialise_banding()
1012 else if (output_format == OUT_PBM) in initialise_banding()
H A Dmudraw.c60 OUT_PBM, enumerator
115 { ".pbm", OUT_PBM, 0 },
176 { OUT_PBM, CS_MONO, { CS_MONO } },
596 … || output_format == OUT_PWG) && out_cs == CS_MONO) || (output_format == OUT_PBM) || (output_forma… in drawband()
1015 else if (output_format == OUT_PBM) in dodrawpage()
2081 output_format != OUT_PBM && in main()