Home
last modified time | relevance | path

Searched defs:num_bits (Results 1 – 8 of 8) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxshade.c95 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 Dgenht.c187 uint num_bits = Width * Height; in parse_halftone() local
240 int num_bits = phtr->Width * phtr->Height; in write_halftone() local
H A Dgsht.c279 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 Dgxshade4.c102 int num_bits = psh->params.BitsPerFlag; in gs_shading_FfGt_fill_rectangle() local
H A Dgshtx.c517 int num_bits = 0; in create_mask_order() local
H A Dgxdht.h229 uint num_bits; /* = countof(bit_data) = width * height */ member
H A Dgdevpdfg.c717 uint num_bits = porder->num_bits; in pdf_write_spot_function() local
H A Dgsmisc.c707 #define num_bits (sizeof(fixed) * 8) macro