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

Method scanline

src/laybasic/laybasic/layBitmap.h:396–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396inline const uint32_t *
397Bitmap::scanline (unsigned n) const
398{
399 if (n >= m_scanlines.size () || m_scanlines [n] == 0) {
400 return m_empty_scanline;
401 } else {
402 return m_scanlines [n];
403 }
404}
405
406} // namespace lay
407

Callers 11

to_stringFunction · 0.60
to_stringFunction · 0.60
shift_bitmapFunction · 0.60
render_scanline_stdFunction · 0.60
render_scanline_std_edgeFunction · 0.60
render_scanline_pxFunction · 0.60
render_scanline_crossFunction · 0.60
create_precursor_bitmapsFunction · 0.60
bitmap_to_bitmapFunction · 0.60
has_zero_bitFunction · 0.60

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected