Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | preload_begin () const |
| Begin preloading an image object's image data in the background. | |
| void | data_update_add (int x_, int y_, int w_, int h_) const |
| Mark a sub-region of the given image object to be redrawn. More... | |
| double | animated_frame_duration_get (int start_frame_, int frame_num_) const |
| Get the duration of a sequence of frames. More... | |
| void | data_set (void *data_) const |
| Sets the raw image data of the given image object. More... | |
| void * | data_get (bool for_writing_) const |
| Get a pointer to the raw image data of the given image object. More... | |
| void | preload_cancel () const |
| Cancel preloading an image object's image data in the background. | |
| void * | data_convert (Evas_Colorspace to_cspace_) const |
| Converts the raw image data of the given image object to the specified colorspace. More... | |
| bool | pixels_import (Evas_Pixel_Import_Source *pixels_) const |
| Import pixels from given source to a given canvas image object. More... | |
| void | reload () const |
| Reload an image object's image data. More... | |
| double | load_dpi_get () const |
| Get the DPI resolution of a loaded image object in the canvas. More... | |
| void | load_dpi_set (double dpi_) const |
| Set the DPI resolution of an image object's source image. More... | |
| bool | source_clip_get () const |
| Determine whether an object is clipped by source object's clipper. More... | |
| void | source_clip_set (bool source_clip_) const |
| Clip the proxy object with the source object's clipper. More... | |
| ::efl::eina::optional< ::evas::object > | source_get () const |
| Get the current source object of an image object. More... | |
| bool | source_set (::efl::eina::optional< ::evas::object > src_) const |
| Set the source object on an image object to used as a proxy. More... | |
| bool | filled_get () const |
| Retrieve whether the image object's fill property should track the object's size. More... | |
| void | filled_set (bool filled_) const |
| Set whether the image object's fill property should track the object's size. More... | |
| Evas_Image_Content_Hint | content_hint_get () const |
| Get the content hint setting of a given image object of the canvas. More... | |
| void | content_hint_set (Evas_Image_Content_Hint hint_) const |
| Set the content hint setting of a given image object of the canvas. More... | |
| void | load_region_get (int *x_, int *y_, int *w_, int *h_) const |
| Retrieve the coordinates of a given image object's selective (source image) load region. More... | |
| void | load_region_set (int x_, int y_, int w_, int h_) const |
| Inform a given image object to load a selective region of its source image. More... | |
| bool | alpha_get () const |
| Retrieve whether alpha channel data is being used on the given image object. More... | |
| void | alpha_set (bool alpha_) const |
| Enable or disable alpha channel usage on the given image object. More... | |
| void | border_get (int *l_, int *r_, int *t_, int *b_) const |
| Retrieve the dimensions for an image object's border, a region which won't ever be scaled together with its center. More... | |
| void | border_set (int l_, int r_, int t_, int b_) const |
| Set the dimensions for an image object's border, a region which won't ever be scaled together with its center. More... | |
| double | border_scale_get () const |
| Retrieves the scaling factor (multiplier) for the borders of an image object. More... | |
| void | border_scale_set (double scale_) const |
| Sets the scaling factor (multiplier) for the borders of an image object. More... | |
| bool | pixels_dirty_get () const |
| Retrieves whether the given image object is dirty (needs to be redrawn). More... | |
| void | pixels_dirty_set (bool dirty_) const |
| Mark whether the given image object is dirty and needs to request its pixels. More... | |
| const Evas_Video_Surface * | video_surface_get () const |
| Get the video surface linekd to a given image of the canvas. More... | |
| void | video_surface_set (Evas_Video_Surface *surf_) const |
| Set the video surface linked to a given image of the canvas. More... | |
| unsigned int | video_surface_caps_get () const |
| Get the video surface capabilities to a given image of the canvas. More... | |
| void | video_surface_caps_set (unsigned int caps_) const |
| Set the video surface capabilities to a given image of the canvas. More... | |
| bool | load_orientation_get () const |
| Get if the orientation information in the image file should be honored. More... | |
| void | load_orientation_set (bool enable_) const |
| Define if the orientation information in the image file should be honored. More... | |
| Evas_Fill_Spread | fill_spread_get () const |
| Retrieves the spread (tiling mode) for the given image object's fill. More... | |
| void | fill_spread_set (Evas_Fill_Spread spread_) const |
| Sets the tiling mode for the given evas image object's fill. More... | |
| Evas_Border_Fill_Mode | border_center_fill_get () const |
| Retrieves how the center part of the given image object (not the borders) is to be drawn when Evas is rendering it. More... | |
| void | border_center_fill_set (Evas_Border_Fill_Mode fill_) const |
| Sets how the center part of the given image object (not the borders) should be drawn when Evas is rendering it. More... | |
| void | size_get (int *w_, int *h_) const |
| Retrieves the size of the given image object. More... | |
| void | size_set (int w_, int h_) const |
| Sets the size of the given image object. More... | |
| bool | source_visible_get () const |
| Get the state of the source object visibility. More... | |
| void | source_visible_set (bool visible_) const |
| Set the source object to be visible or not. More... | |
| void | fill_get (Evas_Coord *x_, Evas_Coord *y_, Evas_Coord *w_, Evas_Coord *h_) const |
| Retrieve how an image object is to fill its drawing rectangle, given the (real) image bound to it. More... | |
| void | fill_set (Evas_Coord x_, Evas_Coord y_, Evas_Coord w_, Evas_Coord h_) const |
| Set how to fill an image object's drawing rectangle given the (real) image bound to it. More... | |
| Evas_Native_Surface * | native_surface_get () const |
| Get the native surface of a given image of the canvas. More... | |
| void | native_surface_set (Evas_Native_Surface *surf_) const |
| Set the native surface of a given image of the canvas. More... | |
| int | load_scale_down_get () const |
| get the scale down factor of a given image object's source image, when loading it. More... | |
| void | load_scale_down_set (int scale_down_) const |
| Set the scale down factor of a given image object's source image, when loading it. More... | |
| Evas_Image_Scale_Hint | scale_hint_get () const |
| Get the scale hint of a given image of the canvas. More... | |
| void | scale_hint_set (Evas_Image_Scale_Hint hint_) const |
| Set the scale hint of a given image of the canvas. More... | |
| bool | source_events_get () const |
| Determine whether an object is set to source events. More... | |
| void | source_events_set (bool source_) const |
| Set whether an Evas object is to source events. More... | |
| Evas_Colorspace | colorspace_get () const |
| Get the colorspace of a given image of the canvas. More... | |
| void | colorspace_set (Evas_Colorspace cspace_) const |
| Set the colorspace of a given image of the canvas. More... | |
| void | pixels_get_callback_set (Evas_Object_Image_Pixels_Get_Cb func_, void *data_) const |
| Set the callback function to get pixels from a canvas' image. More... | |
| void | mmap_get (const Eina_File **f_, const char **key_) const |
| Get the source mmaped file from where an image object must fetch the real image data (it must be an Eina_File). More... | |
| void | mmap_set (const Eina_File *f_,::efl::eina::optional< std::string > key_) const |
| Set the source mmaped file from where an image object must fetch the real image data (it must be an Eina_File). More... | |
| void | data_copy_set (void *data_) const |
| Replaces the raw image data of the given image object. More... | |
| void | animated_frame_set (int frame_index_) const |
| Set the frame to current frame of an image object. More... | |
| bool | region_support_get () const |
| Get the support state of a given image. More... | |
| Evas_Load_Error | load_error_get () const |
| Retrieves a number representing any error that occurred during the last loading of the given image object's source image. More... | |
| int | animated_frame_count_get () const |
| Get the total number of frames of the image object. More... | |
| int | stride_get () const |
| Retrieves the row stride of the given image object. More... | |
| Evas_Image_Animated_Loop_Hint | animated_loop_type_get () const |
| Get the kind of looping the image object does. More... | |
| int | animated_loop_count_get () const |
| Get the number times the animation of the object loops. More... | |
| Evas_3D_Scene * | scene_get () const |
| Get the 3D scene of a given image of the canvas. More... | |
| void | scene_set (Evas_3D_Scene *scene_) const |
| Set the 3D scene of a given image of the canvas. More... | |
| void | filter_program_set (::efl::eina::optional< std::string > program_) const |
| Set an Evas filter program on this Text Object. More... | |
| void | filter_source_set (::efl::eina::optional< std::string > name_,::efl::eina::optional< ::efl::eo::concrete > eobj_) const |
| Bind an object to use as a mask or texture with Evas Filters. More... | |
| bool | filter_padding_get (int *l_, int *r_, int *t_, int *b_) const |
| Get the value of the extra padding set when a filter is used. More... | |
| operator::evas::image () const | |
| operator::evas::image & () | |
| operator::evas::image const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
Mark a sub-region of the given image object to be redrawn.
This function schedules a particular rectangular region of an image object to be updated (redrawn) at the next rendering cycle.
| x | X-offset of the region to be updated. |
| y | Y-offset of the region to be updated. |
| w | Width of the region to be updated. |
| h | Height of the region to be updated. |
|
inline |
Get the duration of a sequence of frames.
This returns total duration that the specified sequence of frames should take in seconds.
If you set start_frame to 1 and frame_num 0, you get frame 1's duration If you set start_frame to 1 and frame_num 1, you get frame 1's duration + frame2's duration
| start_frame | The first frame |
| frame_num | Number of frames in the sequence |
|
inline |
Sets the raw image data of the given image object.
Note that the raw data must be of the same size (see evas_object_image_size_set(), which has to be called before this one) and colorspace (see evas_object_image_colorspace_set()) of the image. If data is NULL, the current image data will be freed. Naturally, if one does not set an image object's data manually, it will still have one, allocated by Evas.
| data | The raw data, or NULL. |
|
inline |
Get a pointer to the raw image data of the given image object.
This function returns a pointer to an image object's internal pixel buffer, for reading only or read/write. If you request it for writing, the image will be marked dirty so that it gets redrawn at the next update.
Each time you call this function on an image object, its data buffer will have an internal reference counter incremented. Decrement it back by using evas_object_image_data_set().
This is best suited for when you want to modify an existing image, without changing its dimensions.
| for_writing | Whether the data being retrieved will be modified (EINA_TRUE) or not (EINA_FALSE). |
|
inline |
Converts the raw image data of the given image object to the specified colorspace.
Note that this function does not modify the raw image data. If the requested colorspace is the same as the image colorspace nothing is done and NULL is returned. You should use evas_object_image_colorspace_get() to check the current image colorspace.
See evas_object_image_colorspace_get.
| to_cspace | The colorspace to which the image raw data will be converted. |
|
inline |
Import pixels from given source to a given canvas image object.
This function imports pixels from a given source to a given canvas image.
| pixels | The pixel's source to be imported. |
|
inline |
Reload an image object's image data.
This function reloads the image data bound to image object obj.
|
inline |
Get the DPI resolution of a loaded image object in the canvas.
This function returns the DPI resolution of the given canvas image.
| dpi | The new DPI resolution. |
|
inline |
Set the DPI resolution of an image object's source image.
This function sets the DPI resolution of a given loaded canvas image. Most useful for the SVG image loader.
| dpi | The new DPI resolution. |
|
inline |
Determine whether an object is clipped by source object's clipper.
EINA_TRUE if source clip is enabled, EINA_FALSE otherwise.| source_clip | whether obj is clipped by the source clipper. (EINA_TRUE) or not (EINA_FALSE) |
|
inline |
Clip the proxy object with the source object's clipper.
| source_clip | whether obj is clipped by the source clipper. (EINA_TRUE) or not (EINA_FALSE) |
|
inline |
Get the current source object of an image object.
NULL, if not in "proxy mode" (or on errors).| src | Source object to use for the proxy. |
|
inline |
Set the source object on an image object to used as a proxy.
EINA_TRUE on success, EINA_FALSE on error.If an image object is set to behave as a proxy, it will mirror the rendering contents of a given source object in its drawing region, without affecting that source in any way. The source must be another valid Evas object. Other effects may be applied to the proxy, such as a map (see evas_object_map_set()) to create a reflection of the original object (for example).
Any existing source object on obj will be removed after this call. Setting src to NULL clears the proxy object (not in "proxy state" anymore).
| src | Source object to use for the proxy. |
|
inline |
Retrieve whether the image object's fill property should track the object's size.
EINA_TRUE if it is tracking, EINA_FALSE, if not (and evas_object_fill_set() must be called manually).| filled | EINA_TRUE, to make the fill property follow object size or EINA_FALSE, otherwise. |
|
inline |
Set whether the image object's fill property should track the object's size.
If setting is EINA_TRUE, then every evas_object_resize() will automatically trigger a call to evas_object_image_fill_set() with the that new size (and 0, 0 as source image's origin), so the bound image will fill the whole object's area.
| filled | EINA_TRUE, to make the fill property follow object size or EINA_FALSE, otherwise. |
|
inline |
Get the content hint setting of a given image object of the canvas.
This function returns the content hint value of the given image of the canvas.
| hint | The content hint value, one of the Evas_Image_Content_Hint ones. |
|
inline |
Set the content hint setting of a given image object of the canvas.
This function sets the content hint value of the given image of the canvas. For example, if you're on the GL engine and your driver implementation supports it, setting this hint to EVAS_IMAGE_CONTENT_HINT_DYNAMIC will make it need zero copies at texture upload time, which is an "expensive" operation.
| hint | The content hint value, one of the Evas_Image_Content_Hint ones. |
|
inline |
Retrieve the coordinates of a given image object's selective (source image) load region.
NULL pointers on the coordinates you're not interested in: they'll be ignored by the function.| x | X-offset of the region to be loaded. |
| y | Y-offset of the region to be loaded. |
| w | Width of the region to be loaded. |
| h | Height of the region to be loaded. |
|
inline |
Inform a given image object to load a selective region of its source image.
This function is useful when one is not showing all of an image's area on its image object.
| x | X-offset of the region to be loaded. |
| y | Y-offset of the region to be loaded. |
| w | Width of the region to be loaded. |
| h | Height of the region to be loaded. |
|
inline |
Retrieve whether alpha channel data is being used on the given image object.
EINA_TRUE) or not (EINA_FALSE).This function returns EINA_TRUE if the image object's alpha channel is being used, or EINA_FALSE otherwise.
See evas_object_image_alpha_set() for more details.
| alpha | Whether to use alpha channel (EINA_TRUE) data or not (EINA_FALSE). |
|
inline |
Enable or disable alpha channel usage on the given image object.
This function sets a flag on an image object indicating whether or not to use alpha channel data. A value of EINA_TRUE makes it use alpha channel data, and EINA_FALSE makes it ignore that data. Note that this has nothing to do with an object's color as manipulated by evas_object_color_set().
| alpha | Whether to use alpha channel (EINA_TRUE) data or not (EINA_FALSE). |
|
inline |
Retrieve the dimensions for an image object's border, a region which won't ever be scaled together with its center.
NULL pointers on the border components you're not interested in: they'll be ignored by the function.See evas_object_image_border_set() for more details.
| l | The border's left width. |
| r | The border's right width. |
| t | The border's top width. |
| b | The border's bottom width. |
|
inline |
Set the dimensions for an image object's border, a region which won't ever be scaled together with its center.
When Evas is rendering, an image source may be scaled to fit the size of its image object. This function sets an area from the borders of the image inwards which is not to be scaled. This function is useful for making frames and for widget theming, where, for example, buttons may be of varying sizes, but their border size must remain constant.
The units used for l, r, t and b are canvas units.
l, r, t and b start as 0.See the following figures for visual explanation:
///
/// Full-size
///
///
/// Full-size
///
| l | The border's left width. |
| r | The border's right width. |
| t | The border's top width. |
| b | The border's bottom width. |
|
inline |
Retrieves the scaling factor (multiplier) for the borders of an image object.
| scale | The scale factor (default is 1.0 - i.e. no scaling) |
|
inline |
Sets the scaling factor (multiplier) for the borders of an image object.
| scale | The scale factor (default is 1.0 - i.e. no scaling) |
|
inline |
Retrieves whether the given image object is dirty (needs to be redrawn).
| dirty | Whether the image is dirty. |
|
inline |
Mark whether the given image object is dirty and needs to request its pixels.
This function will only properly work if a pixels get callback has been set.
| dirty | Whether the image is dirty. |
|
inline |
Get the video surface linekd to a given image of the canvas.
This function returns the video surface linked to a given canvas image.
| surf | The new video surface. |
|
inline |
Set the video surface linked to a given image of the canvas.
This function links a video surface to a given canvas image.
| surf | The new video surface. |
|
inline |
Get the video surface capabilities to a given image of the canvas.
| caps | in |
|
inline |
Set the video surface capabilities to a given image of the canvas.
| caps | in |
|
inline |
Get if the orientation information in the image file should be honored.
| enable | EINA_TRUE means that it should honor the orientation information |
|
inline |
Define if the orientation information in the image file should be honored.
| enable | EINA_TRUE means that it should honor the orientation information |
|
inline |
Retrieves the spread (tiling mode) for the given image object's fill.
| spread | One of EVAS_TEXTURE_REFLECT, EVAS_TEXTURE_REPEAT, |
|
inline |
Sets the tiling mode for the given evas image object's fill.
EVAS_TEXTURE_RESTRICT, or EVAS_TEXTURE_PAD.
| spread | One of EVAS_TEXTURE_REFLECT, EVAS_TEXTURE_REPEAT, |
|
inline |
Retrieves how the center part of the given image object (not the borders) is to be drawn when Evas is rendering it.
obj (a value in Evas_Border_Fill_Mode).See evas_object_image_fill_set() for more details.
| fill | Fill mode of the center region of obj (a value in Evas_Border_Fill_Mode). |
|
inline |
Sets how the center part of the given image object (not the borders) should be drawn when Evas is rendering it.
This function sets how the center part of the image object's source image is to be drawn, which must be one of the values in Evas_Border_Fill_Mode. By center we mean the complementary part of that defined by evas_object_image_border_set(). This one is very useful for making frames and decorations. You would most probably also be using a filled image (as in evas_object_image_filled_set()) to use as a frame.
| fill | Fill mode of the center region of obj (a value in Evas_Border_Fill_Mode). |
|
inline |
Retrieves the size of the given image object.
See evas_object_image_size_set() for more details.
| w | The new width of the image. |
| h | The new height of the image. |
|
inline |
Sets the size of the given image object.
This function will scale down or crop the image so that it is treated as if it were at the given size. If the size given is smaller than the image, it will be cropped. If the size given is larger, then the image will be treated as if it were in the upper left hand corner of a larger image that is otherwise transparent.
| w | The new width of the image. |
| h | The new height of the image. |
|
inline |
Get the state of the source object visibility.
EINA_TRUE if source object is visible, EINA_FALSE otherwise.| visible | EINA_TRUE is source object to be shown, EINA_FALSE otherwise. |
|
inline |
Set the source object to be visible or not.
If the visible set to EINA_FALSE, the source object of the proxy(obj ) will be invisible.
This API works differently to evas_object_show() and evas_object_hide(). Once source object is hidden by evas_object_hide() then the proxy object will be hidden as well. Actually in this case both objects are excluded from the Evas internal update circle.
By this API, instead, one can toggle the visibility of a proxy's source object remaining the proxy visibility untouched.
| visible | EINA_TRUE is source object to be shown, EINA_FALSE otherwise. |
|
inline |
Retrieve how an image object is to fill its drawing rectangle, given the (real) image bound to it.
NULL pointers on the fill components you're not interested in: they'll be ignored by the function.See evas_object_image_fill_set() for more details.
| x | The x coordinate (from the top left corner of the bound image) to start drawing from. |
| y | The y coordinate (from the top left corner of the bound image) to start drawing from. |
| w | The width the bound image will be displayed at. |
| h | The height the bound image will be displayed at. |
|
inline |
Set how to fill an image object's drawing rectangle given the (real) image bound to it.
Note that if w or h are smaller than the dimensions of obj, the displayed image will be tiled around the object's area. To have only one copy of the bound image drawn, x and y must be 0 and w and h need to be the exact width and height of the image object itself, respectively.
See the following image to better understand the effects of this call. On this diagram, both image object and original image source have a x a dimensions and the image itself is a circle, with empty space around it:
x = 0, y = 0, w = 0 and h = 0. Thus, if you're not using the evas_object_image_filled_add() helper and want your image displayed, you'll have to set valid values with this function on your object.| x | The x coordinate (from the top left corner of the bound image) to start drawing from. |
| y | The y coordinate (from the top left corner of the bound image) to start drawing from. |
| w | The width the bound image will be displayed at. |
| h | The height the bound image will be displayed at. |
|
inline |
Get the native surface of a given image of the canvas.
This function returns the native surface of a given canvas image.
| surf | The new native surface. |
|
inline |
Set the native surface of a given image of the canvas.
This function sets a native surface of a given canvas image.
| surf | The new native surface. |
|
inline |
get the scale down factor of a given image object's source image, when loading it.
| scale_down | The scale down factor. |
|
inline |
Set the scale down factor of a given image object's source image, when loading it.
This function sets the scale down factor of a given canvas image. Most useful for the SVG image loader.
| scale_down | The scale down factor. |
|
inline |
Get the scale hint of a given image of the canvas.
obj, a value in #Evas_Image_Scale_Hint.This function returns the scale hint value of the given image object of the canvas.
| hint | The scale hint, a value in #Evas_Image_Scale_Hint. |
|
inline |
Set the scale hint of a given image of the canvas.
This function sets the scale hint value of the given image object in the canvas, which will affect how Evas is to cache scaled versions of its original source image.
| hint | The scale hint, a value in #Evas_Image_Scale_Hint. |
|
inline |
Determine whether an object is set to source events.
EINA_TRUE if source object has events, EINA_FALSE otherwise.| source | whether obj is to pass events (EINA_TRUE) or not (EINA_FALSE) |
|
inline |
Set whether an Evas object is to source events.
Set whether an Evas object is to repeat events to source.
If source is EINA_TRUE, it will make events on obj to also be repeated for the source object (see evas_object_image_source_set()). Even the obj and source geometries are different, the event position will be transformed to the source object's space.
If source is EINA_FALSE, events occurring on obj will be processed only on it.
| source | whether obj is to pass events (EINA_TRUE) or not (EINA_FALSE) |
|
inline |
Get the colorspace of a given image of the canvas.
This function returns the colorspace of given canvas image.
| cspace | The new color space. |
|
inline |
Set the colorspace of a given image of the canvas.
This function sets the colorspace of given canvas image.
| cspace | The new color space. |
|
inline |
Set the callback function to get pixels from a canvas' image.
This functions sets a function to be the callback function that get pixels from a image of the canvas.
| func | The callback function. |
| data | The data pointer to be passed to func. |
|
inline |
Get the source mmaped file from where an image object must fetch the real image data (it must be an Eina_File).
If the file supports multiple data stored in it (as Eet files do), you can get the key to be used as the index of the image in this file.
| f | The mmaped file |
| key | The image key in file (if its an Eet one), or NULL, otherwise. |
|
inline |
Set the source mmaped file from where an image object must fetch the real image data (it must be an Eina_File).
If the file supports multiple data stored in it (as Eet files do), you can specify the key to be used as the index of the image in this file.
| f | The mmaped file |
| key | The image key in file (if its an Eet one), or NULL, otherwise. |
|
inline |
Replaces the raw image data of the given image object.
This function lets the application replace an image object's internal pixel buffer with an user-allocated one. For best results, you should generally first call evas_object_image_size_set() with the width and height for the new buffer.
This call is best suited for when you will be using image data with different dimensions than the existing image data, if any. If you only need to modify the existing image in some fashion, then using evas_object_image_data_get() is probably what you are after.
Note that the caller is responsible for freeing the buffer when finished with it, as user-set image data will not be automatically freed when the image object is deleted.
See evas_object_image_data_get() for more details.
| data | The raw data to replace. |
|
inline |
Set the frame to current frame of an image object.
This set image object's current frame to frame_num with 1 being the first frame.
| frame_index | The index of current frame |
|
inline |
Get the support state of a given image.
This function returns the state of the region support of given image
|
inline |
Retrieves a number representing any error that occurred during the last loading of the given image object's source image.
|
inline |
Get the total number of frames of the image object.
This returns total number of frames the image object supports (if animated)
|
inline |
Retrieves the row stride of the given image object.
The row stride is the number of bytes between the start of a row and the start of the next row for image data.
|
inline |
Get the kind of looping the image object does.
This returns the kind of looping the image object wants to do.
If it returns EVAS_IMAGE_ANIMATED_HINT_LOOP, you should display frames in a sequence like: 1->2->3->1->2->3->1... If it returns EVAS_IMAGE_ANIMATED_HINT_PINGPONG, it is better to display frames in a sequence like: 1->2->3->2->1->2->3->1...
The default type is EVAS_IMAGE_ANIMATED_HINT_LOOP.
|
inline |
Get the number times the animation of the object loops.
This returns loop count of image. The loop count is the number of times the animation will play fully from first to last frame until the animation should stop (at the final frame).
If 0 is returned, then looping should happen indefinitely (no limit to the number of times it loops).
|
inline |
Get the 3D scene of a given image of the canvas.
This function returns the 3d scene of a given canvas image.
| scene | 3D scene on an image object. |
|
inline |
Set the 3D scene of a given image of the canvas.
This function sets a 3d scene of a given canvas image.
| scene | 3D scene on an image object. |
|
inline |
Set an Evas filter program on this Text Object.
If the program fails to compile (syntax error, invalid buffer name, etc...), the standard text effects will be applied instead (SHADOW, etc...). switch back to the standard text effects.
| program | The program code, as defined by the Evas filters script language. Pass NULL to remove the former program and switch back to the standard text effect |
|
inline |
Bind an object to use as a mask or texture with Evas Filters.
This will create automatically a new RGBA buffer containing the source object's pixels (as it is rendered).
| name | Object name as used in the program code |
| eobj | Eo object to use through proxy rendering |
|
inline |
Get the value of the extra padding set when a filter is used.
| l | Left padding in pixels |
| r | Right padding in pixels |
| t | Top padding in pixels |
| b | Bottom padding in pixels |