# GfxFuncs ## **概述** **所属模块:** [Display](_display.md) ## **汇总** ## Public 属性
( InitGfx )(void) |
初始化硬件加速。 更多... |
( DeinitGfx )(void) |
去初始化硬件加速。 更多... |
( FillRect )(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt) |
填充矩形,用一种颜色填充画布上指定矩形区域的矩形框。 更多... |
( DrawRectangle )(ISurface *surface, Rectangle *rect, uint32_t color, GfxOpt *opt) |
绘制矩形框,用一种颜色在画布上绘制指定区域的矩形框。 更多... |
绘制直线,使用一种颜色在画布上绘制一条直线。 更多... |
|
( DrawCircle )(ISurface *surface, ICircle *circle, GfxOpt *opt) |
绘制圆形,使用一种颜色在画布上绘制指定圆心和半径的圆。 更多... |
( Blit )(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt) |
位图搬移 更多... |
( Sync )(int32_t timeOut) |
硬件加速同步。 更多... |