Functions that deals with images at canvas level. More...
Functions | |
| EAPI void | evas_image_cache_flush (Evas *e) |
| Flush the image cache of the canvas. | |
| EAPI void | evas_image_cache_reload (Evas *e) |
| Reload the image cache. | |
| EAPI void | evas_image_cache_set (Evas *e, int size) |
| Set the image cache. | |
| EAPI int | evas_image_cache_get (const Evas *e) |
| Set the image cache. | |
Detailed Description
Functions that deals with images at canvas level.
Function Documentation
| EAPI void evas_image_cache_flush | ( | Evas * | e | ) |
Flush the image cache of the canvas.
- Parameters:
-
e The given evas pointer.
This function flushes image cache of canvas.
Referenced by evas_image_cache_reload().
| EAPI int evas_image_cache_get | ( | const Evas * | e | ) |
Set the image cache.
- Parameters:
-
e The given evas pointer.
This function returns the image cache of canvas.
| EAPI void evas_image_cache_reload | ( | Evas * | e | ) |
Reload the image cache.
- Parameters:
-
e The given evas pointer.
This function reloads the image cache of canvas.
References evas_image_cache_flush().
| EAPI void evas_image_cache_set | ( | Evas * | e, |
| int | size | ||
| ) |
Set the image cache.
- Parameters:
-
e The given evas pointer. size The cache size.
This function sets the image cache of canvas.
