| 39 | void set_size(pdflib::size_instruction&) {} |
| 40 | void render_text(pdflib::text_instruction&) {} |
| 41 | void render_widget(pdflib::text_widget_instruction&) {} |
| 42 | void render_shape(pdflib::shape_instruction&) {} |
| 43 | |
| 44 | void render_bitmap(pdflib::bitmap_instruction& instr) |
nothing calls this directly
no outgoing calls
no test coverage detected