* @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
| 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 | /** |
no outgoing calls
no test coverage detected