| 362 | } |
| 363 | |
| 364 | lay::CanvasPlane * |
| 365 | BitmapRedrawThreadCanvas::create_drawing_plane () |
| 366 | { |
| 367 | return new lay::Bitmap(m_width, m_height, resolution (), font_resolution ()); |
| 368 | } |
| 369 | |
| 370 | void |
| 371 | BitmapRedrawThreadCanvas::initialize_plane (lay::CanvasPlane *plane, unsigned int n) |
no test coverage detected