Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_compositor_layer_samsung.h
Go to the documentation of this file.
1 /* Copyright (c) 2015 Samsung Electronics. All rights reserved.
2  */
3 
4 /* From samsung/ppb_compositor_layer_samsung.idl,
5  * modified Tue Oct 25 13:20:14 2016.
6  */
7 
8 #ifndef PPAPI_C_SAMSUNG_PPB_COMPOSITOR_LAYER_SAMSUNG_H_
9 #define PPAPI_C_SAMSUNG_PPB_COMPOSITOR_LAYER_SAMSUNG_H_
10 
11 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_macros.h"
13 #include "ppapi/c/pp_resource.h"
14 #include "ppapi/c/pp_size.h"
15 #include "ppapi/c/pp_stdint.h"
16 
17 #define PPB_COMPOSITORLAYER_SAMSUNG_INTERFACE_0_1 \
18  "PPB_CompositorLayer_Samsung;0.1"
19 #define PPB_COMPOSITORLAYER_SAMSUNG_INTERFACE \
20  PPB_COMPOSITORLAYER_SAMSUNG_INTERFACE_0_1
21 
68  int32_t (*SetBackgroundPlane)(PP_Resource layer, const struct PP_Size* size);
69 };
70 
76 #endif /* PPAPI_C_SAMSUNG_PPB_COMPOSITOR_LAYER_SAMSUNG_H_ */
77 
int32_t PP_Resource
Definition: pp_resource.h:40
PP_Bool(* IsCompositorLayerSamsung)(PP_Resource resource)
Definition: ppb_compositor_layer_samsung.h:50
Definition: ppb_compositor_layer_samsung.h:40
PP_Bool
Definition: pp_bool.h:30
int32_t(* SetBackgroundPlane)(PP_Resource layer, const struct PP_Size *size)
Definition: ppb_compositor_layer_samsung.h:68
Definition: pp_size.h:27