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

Method last_scanline

src/laybasic/laybasic/layBitmap.h:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390inline unsigned int
391Bitmap::last_scanline () const
392{
393 return m_last_sl;
394}
395
396inline const uint32_t *
397Bitmap::scanline (unsigned n) const

Callers 1

bitmaps_to_imageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected