Searched refs:PICTWriteRect (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevmacpictop.h | 55 #define PICTWriteRect(ptr, x, y, w, h) \ macro 65 PICTWriteRect(ptr, x, y, w, h); /* rgnBBox */ \ 72 PICTWriteRect(ptr, x, y, w, h); /* rgnBBox */ \ 125 PICTWriteRect(ptr, x, y, w, h); /* bounds */ \ 419 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ 425 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ 431 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ 437 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ 443 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ 474 PICTWriteRect(ptr, x, y, w, h); /* Rectangle */ \ [all …]
|
| H A D | gdevmac.c | 353 PICTWriteRect(mdev->currPicPos, 0, 0, raster*8, h); in mac_copy_mono() 354 PICTWriteRect(mdev->currPicPos, data_x, 0, w, h); in mac_copy_mono() 355 PICTWriteRect(mdev->currPicPos, x, y, w, h); in mac_copy_mono() 423 PICTWriteRect(mdev->currPicPos, data_x, 0, w, h); in mac_copy_alpha() 424 PICTWriteRect(mdev->currPicPos, x, y, w, h); in mac_copy_alpha() 750 PICTWriteRect(mdev->currPicPos, data_x, 0, w, h); 751 PICTWriteRect(mdev->currPicPos, x, y, w, h); 790 PICTWriteRect(mdev->currPicPos, data_x, 0, w, h); 791 PICTWriteRect(mdev->currPicPos, x, y, w, h);
|