Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevtsep.c658 number_output_separations(int num_dev_comp, int num_std_colorants, in number_output_separations() argument
663 if (num_comp > num_dev_comp) in number_output_separations()
664 num_comp = num_dev_comp; in number_output_separations()
708 int num_dev_comp = pdevn->color_info.num_components; in tiffsep_prn_close() local
716 int num_comp = number_output_separations(num_dev_comp, num_std_colorants, in tiffsep_prn_close()
H A Dgxdhtserial.c470 int num_dev_comps = pdht->num_dev_comp; in gx_ht_write()
598 num_dev_comps = dht.num_dev_comp = dht.num_comp = *data++; in gx_ht_read_and_install()
H A Dgxdht.h312 uint num_dev_comp; /* Number of process color model components */ member
H A Dgsht.c960 int num_comps = pdht->num_dev_comp; in gx_imager_dev_ht_install()
981 dht.num_comp = dht.num_dev_comp = num_comps; in gx_imager_dev_ht_install()
1232 pdht->num_dev_comp = pgs->device->color_info.num_components; in gx_ht_install()