Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | data_set (Evas_3D_Color_Format color_format_, Evas_3D_Pixel_Format pixel_format_, int w_, int h_, const void *data_) const |
| void | file_set (::efl::eina::optional< std::string > file_,::efl::eina::optional< std::string > key_) const |
| void | source_set (::efl::eina::optional< ::evas::object > source_) const |
| Evas_3D_Color_Format | color_format_get () const |
| void | size_get (int *w_, int *h_) const |
| void | wrap_set (Evas_3D_Wrap_Mode s_, Evas_3D_Wrap_Mode t_) const |
| void | wrap_get (Evas_3D_Wrap_Mode *s_, Evas_3D_Wrap_Mode *t_) const |
| void | filter_set (Evas_3D_Texture_Filter min_, Evas_3D_Texture_Filter mag_) const |
| void | filter_get (Evas_3D_Texture_Filter *min_, Evas_3D_Texture_Filter *mag_) const |
| bool | source_visible_get () const |
| void | source_visible_set (bool visible_) const |
| operator::evas_3d_texture () const | |
| operator::evas_3d_texture & () | |
| operator::evas_3d_texture const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
| color_format | Color format of the texture. |
| pixel_format | Pixel format of the data. |
| w | Width of the data. |
| h | Height of the data. |
| data | Pointer to the data. |
|
inline |
| file | Path to the image file. |
| key | Key in the image file. |
|
inline |
| source | Source evas object to be used as the texture data. |
|
inline |
| [out] | w | Pointer to receive the width of the texture size. |
| [out] | h | Pointer to receive the height of the texture size. |
|
inline |
| s | Wrap mode for S-axis. |
| t | Wrap mode for T-axis. |
|
inline |
| [out] | s | Pointer to receive S-axis wrap mode. |
| [out] | t | Pointer to receive T-axis wrap mode. |
|
inline |
| min | Minification filter used when down-scaling. |
| mag | Magnification filter used when up-scaling. |
|
inline |
| [out] | min | Pointer to receive the minification filter. |
| [out] | mag | Pointer to receive the magnification filter. |
|
inline |
| visible | EINA_TRUE for visible, EINA_FALSE for invisible. |
|
inline |
| visible | EINA_TRUE for visible, EINA_FALSE for invisible. |