|
TouchVG framework
|
#include "girecordshape.h"#include "girecordcanvas.h"#include "mgshapes.h"#include "mgshapet.h"#include "mgstorage.h"#include <string>
类 | |
| struct | CmdSetPen |
| The class for recording 'setPen'. 更多... | |
| struct | CmdSetBrush |
| The class for recording 'setBrush'. 更多... | |
| struct | CmdClearRect |
| The class for recording 'clearRect'. 更多... | |
| struct | CmdClipRect |
| The class for recording 'clipRect'. 更多... | |
| struct | CmdDrawRect |
| The class for recording 'drawRect'. 更多... | |
| struct | CmdDrawLine |
| The class for recording 'drawLine'. 更多... | |
| struct | CmdDrawEllipse |
| The class for recording 'drawEllipse'. 更多... | |
| struct | CmdBeginPath |
| The class for recording 'beginPath'. 更多... | |
| struct | CmdMoveTo |
| The class for recording 'moveTo'. 更多... | |
| struct | CmdLineTo |
| The class for recording 'lineTo'. 更多... | |
| struct | CmdBezierTo |
| The class for recording 'bezierTo'. 更多... | |
| struct | CmdQuadTo |
| The class for recording 'quadTo'. 更多... | |
| struct | CmdClosePath |
| The class for recording 'closePath'. 更多... | |
| struct | CmdDrawPath |
| The class for recording 'drawPath'. 更多... | |
| struct | CmdClipPath |
| The class for recording 'clipPath'. 更多... | |
| struct | CmdDrawHandle |
| The class for recording 'drawHandle'. 更多... | |
| struct | CmdDrawBitmap |
| The class for recording 'drawBitmap'. 更多... | |
| struct | CmdDrawTextAt |
| The class for recording 'drawTextAt'. 更多... | |