Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsbitops.c248 uint src_bytes = width >> 3; in bits_replicate_horizontally() local
254 uint move = src_bytes; in bits_replicate_horizontally()
256 byte *to = tile_row + dest_bytes - src_bytes; in bits_replicate_horizontally()