Searched defs:num_bytes (Results 1 – 15 of 15) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gsfcmap.c | 30 int num_bytes; member 65 int num_bytes = pcimap->num_bytes; in identity_decode_next() local 107 int num_bytes = pcimap->num_bytes; in identity_next_lookup() local 133 int num_bytes = pcimap->num_bytes; in identity_next_entry() local 171 gs_cmap_identity_alloc(gs_cmap_t **ppcmap, int num_bytes, int varying_bytes, in gs_cmap_identity_alloc() 202 gs_cmap_create_identity(gs_cmap_t **ppcmap, int num_bytes, int wmode, in gs_cmap_create_identity() 210 gs_cmap_create_char_identity(gs_cmap_t **ppcmap, int num_bytes, int wmode, in gs_cmap_create_char_identity()
|
H A D | sdctd.c | 57 dctd_skip_input_data(j_decompress_ptr dinfo, long num_bytes) in dctd_skip_input_data()
|
H A D | gdevtknk.c | 122 int line_size,color_line_size,scan_line,num_bytes,scan_lines,color_plane; in tekink_print_page() local
|
H A D | gdevatx.c | 212 int num_bytes = end - row; in atx_print_page() local
|
H A D | gdevpxut.c | 273 px_put_data_length(stream * s, uint num_bytes) in px_put_data_length()
|
H A D | gdevpdfv.c | 630 put_clamped(byte *p, floatp v, int num_bytes) in put_clamped() 645 put_clamped_coord(byte *p, floatp v, int num_bytes) in put_clamped_coord()
|
H A D | gxdcolor.c | 686 int num_bytes = (depth + 8) >> 3; /* NB: +8, not +7 */ in gx_dc_write_color() local 741 int i, num_bytes = (depth + 8) >> 3; /* NB: +8, not +7 */ in gx_dc_read_color() local
|
H A D | zfcid0.c | 212 uint num_bytes = pfont->cidata.FDBytes + pfont->cidata.common.GDBytes; in z9_glyph_data() local
|
H A D | shcgen.c | 325 hc_sizes_from_bytes(hc_definition * def, const byte * dbytes, int num_bytes) in hc_sizes_from_bytes()
|
H A D | gxcht.c | 276 int num_bytes = (num_comps + 7) >> 3; in gx_dc_ht_colored_write() local 394 int num_bytes = (num_comps + 7) >> 3; in gx_dc_ht_colored_read() local
|
H A D | gsovrc.c | 61 int num_bytes = 0; in write_color_index() local
|
H A D | gxclutil.c | 456 int num_bytes = (cldev->color_info.depth + 7) >> 3; in cmd_put_color() local
|
H A D | gdevpx.c | 480 uint num_bytes = ROUND_UP(width_bytes, 4) * height; in pclxl_write_image_data() local
|
/plan9/sys/src/cmd/gs/jpeg/ |
H A D | jdatasrc.c | 128 skip_input_data (j_decompress_ptr cinfo, long num_bytes) in skip_input_data()
|
/plan9/sys/src/cmd/gs/libpng/ |
H A D | png.c | 92 png_set_sig_bytes(png_structp png_ptr, int num_bytes) in png_set_sig_bytes() 148 png_uint_32 num_bytes; in png_zalloc() local
|