Lines Matching full:instance
23 * handling transitions of a module instance to and from fullscreen mode.
38 * IsFullscreen() checks whether the module instance is currently in
41 * @param[in] instance A <code>PP_Instance</code> identifying one instance
44 * @return <code>PP_TRUE</code> if the module instance is in fullscreen mode,
45 * <code>PP_FALSE</code> if the module instance is not in fullscreen mode.
47 PP_Bool (*IsFullscreen)(PP_Instance instance);
49 * SetFullscreen() switches the module instance to and from fullscreen
61 * @param[in] instance A <code>PP_Instance</code> identifying one instance
69 PP_Bool (*SetFullscreen)(PP_Instance instance, PP_Bool fullscreen);
71 * GetScreenSize() gets the size of the screen in pixels. The module instance
75 * @param[in] instance A <code>PP_Instance</code> identifying one instance
82 PP_Bool (*GetScreenSize)(PP_Instance instance, struct PP_Size* size);