Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevabuf.c196 int buffer_y = y - adev->mapped_y + adev->mapped_start; in abuf_flush_block()
241 adev->mapped_height = adev->mapped_start = 0; in abuf_flush()
289 int ms = mdev->mapped_start; in y_transfer_next()
301 if ((mdev->mapped_start = ms += bh) == mh) in y_transfer_next()
302 mdev->mapped_start = ms = 0; in y_transfer_next()
H A Dgxdevmem.h143 int mapped_start; /* local Y value corresponding to mapped_y */ member