Searched refs:PICTWriteByte (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevmacpictop.h | 33 #define PICTWriteByte(ptr, data) *((unsigned char*) (ptr))++ = data; macro 37 #define PICTWriteFillByte(ptr) PICTWriteByte(ptr, 0); 80 PICTWriteByte(ptr, byte1); /* pattern */ \ 81 PICTWriteByte(ptr, byte2); /* pattern */ \ 82 PICTWriteByte(ptr, byte3); /* pattern */ \ 83 PICTWriteByte(ptr, byte4); /* pattern */ \ 84 PICTWriteByte(ptr, byte5); /* pattern */ \ 85 PICTWriteByte(ptr, byte6); /* pattern */ \ 86 PICTWriteByte(ptr, byte7); /* pattern */ \ 87 PICTWriteByte(ptr, byte8); /* pattern */ \ [all …]
|
| H A D | gdevmac.c | 763 PICTWriteByte(mdev->currPicPos, 0x00); 764 PICTWriteByte(mdev->currPicPos, 0x00); 765 PICTWriteByte(mdev->currPicPos, 0x00);
|