Searched refs:PICTWriteOpcode (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevmacpictop.h | 40 #define PICTWriteOpcode(ptr, op) PICTWriteInt(ptr, op); macro 200 PICTWriteOpcode(ptr, 0x0000); /* NOP opcode */ \ 205 PICTWriteOpcode(ptr, 0x0001); /* Clip opcode */ \ 211 PICTWriteOpcode(ptr, 0x0001); /* Clip opcode */ \ 217 PICTWriteOpcode(ptr, 0x0002); /* BkPat opcode */ \ 224 PICTWriteOpcode(ptr, 0x0003); /* TxFont opcode */ \ 230 PICTWriteOpcode(ptr, 0x0004); /* TxFace opcode */ \ 237 PICTWriteOpcode(ptr, 0x0005); /* TxMode opcode */ \ 243 PICTWriteOpcode(ptr, 0x0006); /* PnSize opcode */ \ 249 PICTWriteOpcode(ptr, 0x0007); /* PnMode opcode */ \ [all …]
|
| H A D | gdevmac.c | 351 PICTWriteOpcode(mdev->currPicPos, 0x0098); in mac_copy_mono() 416 PICTWriteOpcode(mdev->currPicPos, 0x0090); in mac_copy_alpha() 418 PICTWriteOpcode(mdev->currPicPos, 0x0098); in mac_copy_alpha() 746 PICTWriteOpcode(mdev->currPicPos, 0x009A); 785 PICTWriteOpcode(mdev->currPicPos, 0x0098);
|