Searched defs:num_bits (Results 1 – 8 of 8) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gxshade.c | 95 cs_next_packed_value(shade_coord_stream_t * cs, int num_bits, uint * pvalue) in cs_next_packed_value() 141 cs_next_array_value(shade_coord_stream_t * cs, int num_bits, uint * pvalue) in cs_next_array_value() 162 cs_next_packed_decoded(shade_coord_stream_t * cs, int num_bits, in cs_next_packed_decoded() 184 cs_next_array_decoded(shade_coord_stream_t * cs, int num_bits, in cs_next_array_decoded() 218 int num_bits = cs->params->BitsPerCoordinate; in shade_next_coords() local 242 int num_bits = cs->params->BitsPerComponent; in shade_next_color() local
|
H A D | genht.c | 187 uint num_bits = Width * Height; in parse_halftone() local 240 int num_bits = phtr->Width * phtr->Height; in write_halftone() local
|
H A D | gsht.c | 279 uint num_levels, uint num_bits, uint strip_shift, in gx_ht_alloc_ht_order() 408 uint num_bits = width * height; in gx_ht_alloc_threshold_order() local 427 uint num_levels, uint num_bits, gs_memory_t * mem) in gx_ht_alloc_client_order() 493 uint num_bits = porder->num_bits; in gx_ht_construct_spot_order() local
|
H A D | gxshade4.c | 102 int num_bits = psh->params.BitsPerFlag; in gs_shading_FfGt_fill_rectangle() local
|
H A D | gshtx.c | 517 int num_bits = 0; in create_mask_order() local
|
H A D | gxdht.h | 229 uint num_bits; /* = countof(bit_data) = width * height */ member
|
H A D | gdevpdfg.c | 717 uint num_bits = porder->num_bits; in pdf_write_spot_function() local
|
H A D | gsmisc.c | 707 #define num_bits (sizeof(fixed) * 8) macro
|