More new uiDraw API work.
This commit is contained in:
parent
8b80a1772b
commit
020e128a2c
|
@ -79,6 +79,7 @@ uiDrawPath *uiDrawNewPath(uiDrawFillMode);
|
||||||
void uiDrawPathNewFigure(uiDrawPath *, double, double);
|
void uiDrawPathNewFigure(uiDrawPath *, double, double);
|
||||||
void uiDrawPathLineTo(uiDrawPath *, double, double);
|
void uiDrawPathLineTo(uiDrawPath *, double, double);
|
||||||
// notes: angles are both relative to 0 and go counterclockwise
|
// notes: angles are both relative to 0 and go counterclockwise
|
||||||
|
// TODO is the initial line segment on cairo and OS X a proper join?
|
||||||
void uiDrawPathArcTo(uiDrawPath *, double, double, double, double, double);
|
void uiDrawPathArcTo(uiDrawPath *, double, double, double, double, double);
|
||||||
void uiDrawPathBezierTo(uiDrawPath *, double, double, double, double, double, double);
|
void uiDrawPathBezierTo(uiDrawPath *, double, double, double, double, double, double);
|
||||||
void uiDrawPathCloseFigure(uiDrawPath *);
|
void uiDrawPathCloseFigure(uiDrawPath *);
|
||||||
|
|
Loading…
Reference in New Issue