Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevcmap.c137 cmdev->mapping_method = method; in gdev_cmap_set_method()
167 int cmm = cmdev->mapping_method; in cmap_get_params()
181 int cmm = cmdev->mapping_method; in cmap_put_params()
222 if (cmdev->mapping_method == device_cmap_identity) in cmap_begin_typed_image()
234 switch (cmdev->mapping_method) { in cmap_gray_cs_to_cm()
256 switch (cmdev->mapping_method) { in cmap_rgb_cs_to_cm()
290 switch (cmdev->mapping_method) { in cmap_cmyk_cs_to_cm()
H A Dgdevcmap.h49 gx_device_color_mapping_method_t mapping_method; member
60 gx_device_color_mapping_method_t mapping_method);