Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevxalt.c182 int depth_bytes, source_bits; in x_wrap_copy_color() local
195 depth_bytes = tdev->color_info.depth >> 3; in x_wrap_copy_color()
198 int mapped_pixels = mapped_bytes / depth_bytes; in x_wrap_copy_color()
225 switch (depth_bytes) { in x_wrap_copy_color()
237 (tdev, mapped, 0, (xend - xblock) * depth_bytes, gx_no_bitmap_id, in x_wrap_copy_color()
H A Dgdevpdfv.c374 int depth_bytes = p_tile->depth >> 3; in pdf_put_colored_pattern() local
377 p_tile->tbits.rep_width * depth_bytes; in pdf_put_colored_pattern()
392 for (k = 0; k < depth_bytes; ++k) in pdf_put_colored_pattern()
399 bp += depth_bytes; in pdf_put_colored_pattern()