| 32 | } |
| 33 | |
| 34 | void RenderStrategy::addCallback(){ |
| 35 | if (_useImage) |
| 36 | evas_object_image_pixels_get_callback_set(_renderObject, _image_update_cb, this); |
| 37 | } |
| 38 | |
| 39 | static Eina_Bool |
| 40 | animator(void *data , double pos) |
nothing calls this directly
no outgoing calls
no test coverage detected