|
FCT
|
#include "../MutilThreadBase/RefCount.h"

类 | |
| class | FCT::VertexPath |
命名空间 | |
| namespace | FCT |
变量 | |
| constexpr float | FCT::VertexCommand_End = -1.0 |
| constexpr float | FCT::VertexCommand_MoveTo = 1.0 |
| constexpr float | FCT::VertexCommand_LineTo = 2.0 |
| constexpr float | FCT::VertexCommand_BezierCurveTo = 3.0 |
| constexpr float | FCT::VertexCommand_SetColor = 4.0 |
| constexpr float | FCT::VertexCommand_ArcTo = 6.0 |
| constexpr float | FCT::VertexCommand_SetTransform = 5.0 |
| constexpr float | FCT::VertexCommand_BeginPath = 7.0 |
| constexpr float | FCT::VertexCommand_EndPath = 8.0 |