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

Method bitmap_caching

src/laybasic/laybasic/layLayoutViewBase.cc:5480–5487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5478}
5479
5480void
5481LayoutViewBase::bitmap_caching (bool l)
5482{
5483 if (m_bitmap_caching != l) {
5484 m_bitmap_caching = l;
5485 redraw (); // required because we do some optimizations is text is not visible ..
5486 }
5487}
5488
5489void
5490LayoutViewBase::text_lazy_rendering (bool l)

Callers 1

setupMethod · 0.80

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected