Searched defs:num_colors (Results 1 – 11 of 11) sorted by relevance
/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gxdevndi.c | 148 int num_colors = dev->color_info.num_components; in gx_render_device_DeviceN() local 218 int num_colors = dev->color_info.num_components; in gx_devn_reduce_colored_halftone() local
|
H A D | sdeparam.c | 66 dcte_get_samples(gs_param_list * plist, gs_param_name key, int num_colors, in dcte_get_samples() 154 dcte_put_samples(gs_param_list * plist, gs_param_name key, int num_colors, in dcte_put_samples()
|
H A D | gsdevmem.c | 217 uint width, uint height, const byte * colors, int num_colors, in gs_makewordimagedevice()
|
H A D | gxshade.c | 298 long num_colors = in shade_init_fill_state() local
|
H A D | gdevpng.c | 353 int num_colors = 1 << depth; in png_print_page() local
|
H A D | gdevxcmp.c | 135 alloc_dynamic_colors(gx_device_X * xdev, int num_colors) in alloc_dynamic_colors()
|
H A D | gdevsvga.c | 40 #define num_colors 255 macro
|
H A D | gxshade6.c | 93 int num_colors, code; in shade_next_patch() local
|
/plan9-contrib/sys/src/cmd/gs/jpeg/ |
H A D | wrtarga.c | 54 write_header (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header() 170 int num_colors, i; in start_output_tga() local
|
H A D | wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header()
|
H A D | wrbmp.c | 296 int num_colors = cinfo->actual_number_of_colors; in write_colormap() local
|