52 #include "gfx/driver/gfx_driver.h" 54 #ifdef __cplusplus // Provide C++ Compatibility 58 #define CANVAS_ID_INVALID (-1) 59 #define LAYER_ID_INVALID (-1) 61 #define CONFIG_BUFFER_PER_LAYER 1 62 #define CONFIG_NUM_CANVAS_OBJ ${NumCanvasObjects} 63 #define CONFIG_NUM_LAYERS ${DefaultNumLayers} 64 #define CONFIG_FX_INTERVAL_MS ${EffectsInterval} 65 #define CANVAS_DEFAULT_FORMAT GFX_COLOR_MODE_${ColorMode} 67 #define GFXC_BOOL gfxBool 106 GFXC_FX_STATUS status;
114 GFXC_FX_STATUS status;
120 GFXC_FX_MOVE_TYPE type;
132 GFXC_RESULT _gfxcCanvasUpdate(
unsigned int canvasID);
133 GFXC_RESULT _gfxcSetEffectsIntervalMS(
unsigned int ms);
134 GFXC_RESULT _gfxcStartEffects(
void);
135 GFXC_RESULT _gfxcCopyBuffer(
unsigned int srcID,
139 GFXC_RESULT _gfxcSetBaseCanvasID(uint32_t base);
140 GFXC_STATUS _gfxcGetStatus(
void);
145 extern unsigned int numLayers;
This struct represents a rectangle.
Definition: gfx_driver.h.ftl:229
This struct represents a gfx canvas.
Definition: gfx_canvas.h:73
This struct represents a pixel buffer.
Definition: gfx_driver.h.ftl:521