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

Function pattern

src/laybasic/laybasic/layLineStyles.h:142–145  ·  view source on GitHub ↗

* @brief Gets the the pattern string * * The pattern returned is guaranteed to be at least of * size (32*pattern_stride)x64 bits. If the actual width or height is smaller, * the pattern is repeated to fill this area. * The pattern stride may be bigger than 1 to accommodate pattern with * a width that is not a fraction of 32. Such pattern are repeated until * they fill a

Source from the content-addressed store, hash-verified

140 * they fill a multiple of 32 bits.
141 */
142 const uint32_t *pattern () const
143 {
144 return m_pattern;
145 }
146
147#if defined(HAVE_QT)
148 /**

Callers 3

get_bitmapMethod · 0.70
scale_patternMethod · 0.70
is_bit_setMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected