Searched defs:startAngle (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevmacpictop.h | 581 #define PICT_frameArc(ptr, x, y, w, h, startAngle, arcAngle) \ argument 589 #define PICT_paintArc(ptr, x, y, w, h, startAngle, arcAngle) \ argument 597 #define PICT_eraseArc(ptr, x, y, w, h, startAngle, arcAngle) \ argument 605 #define PICT_invertArc(ptr, x, y, w, h, startAngle, arcAngle) \ argument 613 #define PICT_fillArc(ptr, x, y, w, h, startAngle, arcAngle) \ argument
|