Go to the source code of this file.
Macros | |
#define | _GraphicsPath_ |
Functions | |
void | GraphicsPath_onUpdate (GraphicsPath _this, XObject sender) |
void | GraphicsPath_Done (GraphicsPath _this) |
XInt32 | GraphicsPath_AddArc (GraphicsPath _this, XInt32 aSubPathNo, XFloat aCenterX, XFloat aCenterY, XFloat aRadiusX, XFloat aRadiusY, XFloat aStartAngle, XFloat aEndAngle, XInt32 aNoOfEdges) |
XInt32 | GraphicsPath_AddBezier3 (GraphicsPath _this, XInt32 aSubPathNo, XFloat aCP1X, XFloat aCP1Y, XFloat aCP2X, XFloat aCP2Y, XFloat aX, XFloat aY, XInt32 aNoOfEdges) |
XInt32 | GraphicsPath_AddLine (GraphicsPath _this, XInt32 aSubPathNo, XFloat aX, XFloat aY) |
void | GraphicsPath_Close (GraphicsPath _this, XInt32 aSubPathNo) |
void | GraphicsPath_Begin (GraphicsPath _this, XInt32 aSubPathNo, XFloat aX, XFloat aY) |
XBool | GraphicsPath_InitSubPath (GraphicsPath _this, XInt32 aSubPathNo, XInt32 aMaxNoOfEdges) |
XInt32 | GraphicsPath_GetMaxNoOfSubPaths (GraphicsPath _this) |
XBool | GraphicsPath_SetMaxNoOfSubPaths (GraphicsPath _this, XInt32 aMaxNoOfSubPaths) |
#define _GraphicsPath_ |
XInt32 GraphicsPath_AddArc | ( | GraphicsPath | _this, |
XInt32 | aSubPathNo, | ||
XFloat | aCenterX, | ||
XFloat | aCenterY, | ||
XFloat | aRadiusX, | ||
XFloat | aRadiusY, | ||
XFloat | aStartAngle, | ||
XFloat | aEndAngle, | ||
XInt32 | aNoOfEdges | ||
) |
References EwAddSubPathArc(), EwNewSlot(), EwPostSignal(), and GraphicsPath_onUpdate().
XInt32 GraphicsPath_AddBezier3 | ( | GraphicsPath | _this, |
XInt32 | aSubPathNo, | ||
XFloat | aCP1X, | ||
XFloat | aCP1Y, | ||
XFloat | aCP2X, | ||
XFloat | aCP2Y, | ||
XFloat | aX, | ||
XFloat | aY, | ||
XInt32 | aNoOfEdges | ||
) |
References EwAddSubPathBezier3(), EwNewSlot(), EwPostSignal(), and GraphicsPath_onUpdate().
References EwAddSubPathLine(), EwNewSlot(), EwPostSignal(), and GraphicsPath_onUpdate().
References EwBeginSubPath(), EwNewSlot(), EwPostSignal(), and GraphicsPath_onUpdate().
References EwCloseSubPath(), EwNewSlot(), EwPostSignal(), and GraphicsPath_onUpdate().
void GraphicsPath_Done | ( | GraphicsPath | _this | ) |
References EwFreePath().
XInt32 GraphicsPath_GetMaxNoOfSubPaths | ( | GraphicsPath | _this | ) |
References EwGetMaxNoOfSubPaths().
References EwInitSubPath(), EwNewSlot(), EwPostSignal(), GraphicsPath_onUpdate(), and GraphicsPath_SetMaxNoOfSubPaths().
References EW_UNUSED_ARG, EwNotifyObjObservers(), and sender.
References EwCreatePath(), EwFreePath(), EwNewSlot(), EwPostSignal(), GraphicsPath_GetMaxNoOfSubPaths(), and GraphicsPath_onUpdate().