| 360 | } |
| 361 | |
| 362 | wlr_box wf::render_target_t::geometry_box_from_framebuffer_box(wlr_box fb_box) const |
| 363 | { |
| 364 | return round_fbox_to_containing_box(geometry_fbox_from_framebuffer_box(geometry_to_fbox(fb_box))); |
| 365 | } |
| 366 | |
| 367 | wf::region_t wf::render_target_t::geometry_region_from_framebuffer_region(const wf::region_t& region) const |
| 368 | { |
nothing calls this directly
no test coverage detected