| Pepper_47_C_interfaces
    | 
#include <ppb_graphics_2d.h>

| Public Attributes | |
| PP_Resource(* | Create )(PP_Instance instance, const struct PP_Size *size, PP_Bool is_always_opaque) | 
| PP_Bool(* | IsGraphics2D )(PP_Resource resource) | 
| PP_Bool(* | Describe )(PP_Resource graphics_2d, struct PP_Size *size, PP_Bool *is_always_opaque) | 
| void(* | PaintImageData )(PP_Resource graphics_2d, PP_Resource image_data, const struct PP_Point *top_left, const struct PP_Rect *src_rect) | 
| void(* | Scroll )(PP_Resource graphics_2d, const struct PP_Rect *clip_rect, const struct PP_Point *amount) | 
| void(* | ReplaceContents )(PP_Resource graphics_2d, PP_Resource image_data) | 
| int32_t(* | Flush )(PP_Resource graphics_2d, struct PP_CompletionCallback callback) | 
Definition at line 283 of file ppb_graphics_2d.h.
| PP_Resource(* PPB_Graphics2D_1_0::Create)(PP_Instance instance, const struct PP_Size *size, PP_Bool is_always_opaque) | 
Definition at line 284 of file ppb_graphics_2d.h.
| PP_Bool(* PPB_Graphics2D_1_0::Describe)(PP_Resource graphics_2d, struct PP_Size *size, PP_Bool *is_always_opaque) | 
Definition at line 288 of file ppb_graphics_2d.h.
| int32_t(* PPB_Graphics2D_1_0::Flush)(PP_Resource graphics_2d, struct PP_CompletionCallback callback) | 
Definition at line 299 of file ppb_graphics_2d.h.
| PP_Bool(* PPB_Graphics2D_1_0::IsGraphics2D)(PP_Resource resource) | 
Definition at line 287 of file ppb_graphics_2d.h.
| void(* PPB_Graphics2D_1_0::PaintImageData)(PP_Resource graphics_2d, PP_Resource image_data, const struct PP_Point *top_left, const struct PP_Rect *src_rect) | 
Definition at line 291 of file ppb_graphics_2d.h.
| void(* PPB_Graphics2D_1_0::ReplaceContents)(PP_Resource graphics_2d, PP_Resource image_data) | 
Definition at line 298 of file ppb_graphics_2d.h.
| void(* PPB_Graphics2D_1_0::Scroll)(PP_Resource graphics_2d, const struct PP_Rect *clip_rect, const struct PP_Point *amount) | 
Definition at line 295 of file ppb_graphics_2d.h.
 1.8.6
 1.8.6