| 877 | } |
| 878 | |
| 879 | Rml::ElementDocument* recompui::create_empty_document() { |
| 880 | std::lock_guard lock{ui_state_mutex}; |
| 881 | |
| 882 | return ui_state->context->CreateDocument(); |
| 883 | } |
| 884 | |
| 885 | void recompui::queue_image_from_bytes_file(const std::string &src, const std::vector<char> &bytes) { |
| 886 | ui_state->render_interface.queue_image_from_bytes_file(src, bytes); |
nothing calls this directly
no outgoing calls
no test coverage detected