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

Method set_dither_pattern

src/laybasic/laybasic/layMarker.cc:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void
288MarkerBase::set_dither_pattern (int dither_pattern)
289{
290 if (m_dither_pattern != dither_pattern) {
291 m_dither_pattern = dither_pattern;
292 redraw ();
293 }
294}
295
296void
297MarkerBase::set_line_style (int line_style)

Callers 5

remove_stippleFunction · 0.45
clear_stipplesFunction · 0.45
add_stipple1Function · 0.45
add_stipple2Function · 0.45
mouse_move_eventMethod · 0.45

Calls 1

redrawFunction · 0.85

Tested by

no test coverage detected