Include dependency graph for ppb_graphics_2d.h:
Data Structures
struct | PPB_Graphics2D |
PPB_Graphics2D defines the interface for a 2D graphics context. More... |
Defines
#define | PPB_GRAPHICS_2D_INTERFACE "PPB_Graphics2D;1.2" |
#define | PPB_GRAPHICS_2D_INTERFACE PPB_GRAPHICS_2D_INTERFACE |
Typedefs
typedef struct PPB_Graphics2D | PPB_Graphics2D |
Detailed Description
Defines the PPB_Graphics2D
struct representing a 2D graphics context within the browser.
Define Documentation
#define PPB_GRAPHICS_2D_INTERFACE "PPB_Graphics2D;1.2" |