Searched refs:PICTWritePoint (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevmacpictop.h | 48 #define PICTWritePoint(ptr, h, v) \ macro 57 PICTWritePoint(ptr, x, y); /* upper-left corner */ \ 58 PICTWritePoint(ptr, x+w, y+h); /* lower-right corner */ \ 244 PICTWritePoint(w, h); /* Pen size */ \ 270 PICTWritePoint(w, h); /* Oval size */ \ 301 PICTWritePoint(ptr, num); /* Numerator (Point) */ \ 302 PICTWritePoint(ptr, denom); /* Denominator (Point) */ \ 349 PICTWritePoint(ptr, x0, y0); /* pnLoc */ \ 350 PICTWritePoint(ptr, x1, y1); /* newPt */ \ 356 PICTWritePoint(ptr, x, y); /* newPt */ \ [all …]
|