Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsbitops.c240 uint raster, uint replicated_width, uint replicated_raster) in bits_replicate_horizontally() argument
244 byte *tile_row = data + (height - 1) * replicated_raster; in bits_replicate_horizontally()
252 orig_row -= raster, tile_row -= replicated_raster in bits_replicate_horizontally()
276 orig_row -= raster, tile_row -= replicated_raster in bits_replicate_horizontally()
H A Dgsbitops.h281 uint raster, uint replicated_width, uint replicated_raster);