Pepper_31_C_interfaces
Public Attributes | List of all members
PPB_Graphics2D_1_0 Struct Reference

#include <ppb_graphics_2d.h>

Collaboration diagram for PPB_Graphics2D_1_0:
Collaboration graph

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)
 

Detailed Description

Definition at line 283 of file ppb_graphics_2d.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: