|
Pepper_37_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_point.h"#include "ppapi/c/pp_rect.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_size.h"#include "ppapi/c/pp_stdint.h"
Go to the source code of this file.
Classes | |
| struct | PPB_Graphics2D_1_1 |
| struct | PPB_Graphics2D_1_0 |
Macros | |
| #define | PPB_GRAPHICS_2D_INTERFACE_1_0 "PPB_Graphics2D;1.0" |
| #define | PPB_GRAPHICS_2D_INTERFACE_1_1 "PPB_Graphics2D;1.1" |
| #define | PPB_GRAPHICS_2D_INTERFACE PPB_GRAPHICS_2D_INTERFACE_1_1 |
Typedefs | |
| typedef struct PPB_Graphics2D_1_1 | PPB_Graphics2D |
Defines the PPB_Graphics2D struct representing a 2D graphics context within the browser.
Definition in file ppb_graphics_2d.h.
| #define PPB_GRAPHICS_2D_INTERFACE PPB_GRAPHICS_2D_INTERFACE_1_1 |
Definition at line 23 of file ppb_graphics_2d.h.
| #define PPB_GRAPHICS_2D_INTERFACE_1_0 "PPB_Graphics2D;1.0" |
Definition at line 21 of file ppb_graphics_2d.h.
| #define PPB_GRAPHICS_2D_INTERFACE_1_1 "PPB_Graphics2D;1.1" |
Definition at line 22 of file ppb_graphics_2d.h.
1.8.6