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

Function copy_bitmap

src/laybasic/laybasic/layRedrawThreadWorker.cc:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119inline void
120copy_bitmap (const lay::Bitmap *from, lay::Bitmap *to, int dx, int dy)
121{
122 if (to) {
123 to->merge (from, dx, dy);
124 }
125}
126
127// -------------------------------------------------------------
128// RedrawThreadWorker implementation

Callers 2

triggerMethod · 0.85
draw_layerMethod · 0.85

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected