| 725 | } |
| 726 | |
| 727 | virtual tl::PixelBuffer *bg_image () |
| 728 | { |
| 729 | return mp_image_l ? mp_image_l : mp_image; |
| 730 | } |
| 731 | |
| 732 | void transfer_to_image (const lay::DitherPattern &dp, const lay::LineStyles &ls, unsigned int width, unsigned int height) |
| 733 | { |
no outgoing calls
no test coverage detected