Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | view_get (Evas_Coord *x_, Evas_Coord *y_, Evas_Coord *w_, Evas_Coord *h_) const |
| Gets the viewport region of the canvas that the output displays. More... | |
| void | view_set (Evas_Coord x_, Evas_Coord y_, Evas_Coord w_, Evas_Coord h_) const |
| Sets the viewport region of the canvas that the output displays This sets both the viewport region in the canvas that displays on the given output, but also the viewport size will match the output resolution 1:1. More... | |
| Evas_Engine_Info * | engine_info_get () const |
| Gets the engine specific output parameters for a given output. More... | |
| bool | engine_info_set (Evas_Engine_Info *info_) const |
| Sets the engine specific output parameters for a given output. More... | |
| operator::evas::out () const | |
| operator::evas::out & () | |
| operator::evas::out const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
Gets the viewport region of the canvas that the output displays.
| x | |
| y | |
| w | |
| h |
|
inline |
Sets the viewport region of the canvas that the output displays This sets both the viewport region in the canvas that displays on the given output, but also the viewport size will match the output resolution 1:1.
| x | |
| y | |
| w | |
| h |
|
inline |
Gets the engine specific output parameters for a given output.
| info | The engine parameters |
|
inline |
Sets the engine specific output parameters for a given output.
| info | The engine parameters |