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

Method is_scanline_empty

src/laybasic/laybasic/layBitmap.h:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346};
347
348inline bool
349Bitmap::is_scanline_empty (unsigned int n) const
350{
351 return m_scanlines.empty () || m_scanlines [n] == 0;
352}
353
354inline bool
355Bitmap::empty () const

Callers 5

mergeMethod · 0.80
shift_bitmapFunction · 0.80
bitmaps_to_imageFunction · 0.80
bitmap_to_bitmapFunction · 0.80
has_zero_bitFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected