Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevmacpictop.h37 #define PICTWriteFillByte(ptr) PICTWriteByte(ptr, 0); macro
181 PICTWriteFillByte(ptr); \
232 PICTWriteFillByte(ptr); /* Fill byte */ \
309 PICTWriteFillByte(ptr); /* Fill byte */ \
379 if ((textptr[0]+1) % 2) PICTWriteFillByte(ptr); \
387 if (textptr[0] % 2) PICTWriteFillByte(ptr); \
395 if (textptr[0] % 2) PICTWriteFillByte(ptr); \
404 if ((textptr[0]+1) % 2) PICTWriteFillByte(ptr); \
413 if ((nameptr[0]+1) % 2) PICTWriteFillByte(ptr); \
H A Dgdevmac.c771 PICTWriteFillByte(mdev->currPicPos);