| 413 | EflVgRenderStrategy(Evas *evas):RenderStrategy(evas_object_vg_add(evas), false) {} |
| 414 | |
| 415 | void loadFromFile(const char *filePath) { |
| 416 | evas_object_vg_file_set(renderObject(), filePath, NULL); |
| 417 | } |
| 418 | |
| 419 | void loadFromData(const std::string&, const std::string&, const std::string&) { |
| 420 | assert(false); |
nothing calls this directly
no outgoing calls
no test coverage detected