Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevmacpictop.h34 #define PICTWriteInt(ptr, data) *((short*) (ptr))++ = data; macro
40 #define PICTWriteOpcode(ptr, op) PICTWriteInt(ptr, op);
50 PICTWriteInt(ptr, v); /* vertical coordinate */ \
51 PICTWriteInt(ptr, h); /* horizontal coordinate */ \
64 PICTWriteInt(ptr, 10); /* rgnSize */ \
71 PICTWriteInt(ptr, 10+size); /* rgnSize */ \
93 PICTWriteInt(ptr, r); /* red */ \
94 PICTWriteInt(ptr, g); /* green */ \
95 PICTWriteInt(ptr, b); /* blue */ \
101 PICTWriteInt(ptr, value); /* value */ \
[all …]
H A Dgdevmac.c352 PICTWriteInt(mdev->currPicPos, raster); in mac_copy_mono()
356 PICTWriteInt(mdev->currPicPos, copyMode); in mac_copy_mono()
425 PICTWriteInt(mdev->currPicPos, copyMode); in mac_copy_alpha()
752 PICTWriteInt(mdev->currPicPos, srcCopy);
792 PICTWriteInt(mdev->currPicPos, srcCopy);