MCPcopy Create free account
hub / github.com/KLayout/klayout / create_drawing_plane

Method create_drawing_plane

src/laybasic/laybasic/layRedrawThreadCanvas.cc:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

perform_taskMethod · 0.80
setupMethod · 0.80

Calls 2

resolutionFunction · 0.70
font_resolutionFunction · 0.70

Tested by

no test coverage detected