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

Function clear_stipples

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void clear_stipples (lay::LayoutViewBase *view)
54{
55 lay::DitherPattern no_stipples;
56 view->set_dither_pattern (no_stipples);
57}
58
59static unsigned int add_stipple1 (lay::LayoutViewBase *view, const std::string &name, const std::vector<unsigned int> &data, unsigned int bits)
60{

Callers

nothing calls this directly

Calls 1

set_dither_patternMethod · 0.45

Tested by

no test coverage detected