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

Method text_lazy_rendering

src/laybasic/laybasic/layLayoutViewBase.cc:5489–5496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5487}
5488
5489void
5490LayoutViewBase::text_lazy_rendering (bool l)
5491{
5492 if (m_text_lazy_rendering != l) {
5493 m_text_lazy_rendering = l;
5494 redraw (); // required because we do some optimizations is text is not visible ..
5495 }
5496}
5497
5498void
5499LayoutViewBase::cell_box_visible (bool vis)

Callers 1

setupMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected