Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevmac.c420 PICTWritePixMap(mdev->currPicPos, 0, 0, raster*8/depth, h, raster, 0, 0, in mac_copy_alpha()
748 PICTWritePixMap(mdev->currPicPos, 0, 0, raster/4, h, raster, 2, 0,
786 PICTWritePixMap(mdev->currPicPos, 0, 0, raster*8/mdev->color_info.depth, h, raster, 1, 0,
H A Dgdevmacpictop.h120 #define PICTWritePixMap(ptr, x, y, w, h, rowBytes, \ macro