Home
last modified time | relevance | path

Searched refs:scale_inputs (Results 1 – 5 of 5) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfk.c209 bool scale_inputs = false; in pdf_make_iccbased() local
223 scale_inputs = true; in pdf_make_iccbased()
245 if (!std_ranges && !scale_inputs) { in pdf_make_iccbased()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfk.c209 bool scale_inputs = false; in pdf_make_iccbased() local
223 scale_inputs = true; in pdf_make_iccbased()
245 if (!std_ranges && !scale_inputs) { in pdf_make_iccbased()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfk.c270 bool scale_inputs = false; in pdf_make_iccbased() local
284 scale_inputs = true; in pdf_make_iccbased()
314 if (!std_ranges && !scale_inputs) { in pdf_make_iccbased()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfk.c270 bool scale_inputs = false; in pdf_make_iccbased() local
284 scale_inputs = true; in pdf_make_iccbased()
314 if (!std_ranges && !scale_inputs) { in pdf_make_iccbased()
/dports/audio/snd/snd-21.2/
H A Dsnd-edits.c1368 static void scale_inputs(snd_fd *sf, int scl_type) in scale_inputs() function
1408 scale_inputs(sf, type_info[typ].scale_op); in choose_accessor()