Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <BC_CommonByteMatrix.h>
Public Member Functions | |
CBC_CommonByteMatrix (size_t width, size_t height) | |
~CBC_CommonByteMatrix () | |
size_t | GetWidth () const |
size_t | GetHeight () const |
pdfium::span< const uint8_t > | GetArray () const |
DataVector< uint8_t > | TakeArray () |
uint8_t | Get (size_t x, size_t y) const |
void | Set (size_t x, size_t y, uint8_t value) |
void | Fill (uint8_t value) |
Definition at line 15 of file BC_CommonByteMatrix.h.
CBC_CommonByteMatrix::CBC_CommonByteMatrix | ( | size_t | width, |
size_t | height ) |
Definition at line 31 of file BC_CommonByteMatrix.cpp.
References CBC_CommonByteMatrix().
Referenced by CBC_CommonByteMatrix().
|
default |
void CBC_CommonByteMatrix::Fill | ( | uint8_t | value | ) |
Definition at line 57 of file BC_CommonByteMatrix.cpp.
Referenced by CBC_QRCoderMatrixUtil::BuildMatrix().
uint8_t CBC_CommonByteMatrix::Get | ( | size_t | x, |
size_t | y ) const |
Definition at line 45 of file BC_CommonByteMatrix.cpp.
|
inline |
Definition at line 22 of file BC_CommonByteMatrix.h.
|
inline |
Definition at line 21 of file BC_CommonByteMatrix.h.
|
inline |
Definition at line 20 of file BC_CommonByteMatrix.h.
void CBC_CommonByteMatrix::Set | ( | size_t | x, |
size_t | y, | ||
uint8_t | value ) |
Definition at line 51 of file BC_CommonByteMatrix.cpp.
DataVector< uint8_t > CBC_CommonByteMatrix::TakeArray | ( | ) |
Definition at line 41 of file BC_CommonByteMatrix.cpp.