|
| | XYMap (const XYMap &other) FL_NOEXCEPT=default |
| |
| | XYMap (u16 width, u16 height, bool is_serpentine=true, u16 offset=0) FL_NOEXCEPT |
| |
| void | convertToLookUpTable () FL_NOEXCEPT |
| |
| u16 | getHeight () const FL_NOEXCEPT |
| |
| u16 | getTotal () const FL_NOEXCEPT |
| |
| XyMapType | getType () const FL_NOEXCEPT |
| |
| u16 | getWidth () const FL_NOEXCEPT |
| |
| bool | has (int x, int y) const FL_NOEXCEPT |
| |
| bool | has (u16 x, u16 y) const FL_NOEXCEPT |
| |
| bool | isFunction () const FL_NOEXCEPT |
| |
| bool | isLineByLine () const FL_NOEXCEPT |
| |
| bool | isLUT () const FL_NOEXCEPT |
| |
| bool | isRectangularGrid () const FL_NOEXCEPT |
| |
| bool | isSerpentine () const FL_NOEXCEPT |
| |
| bool | isSerpentineOrLineByLine () const FL_NOEXCEPT |
| |
| void | mapPixels (const CRGB *input, CRGB *output) const FL_NOEXCEPT |
| |
| u16 | mapToIndex (const u16 &x, const u16 &y) const FL_NOEXCEPT |
| |
| template<typename IntType, typename = fl::enable_if_t<!fl::is_integral<IntType>::value>> |
| u16 | mapToIndex (IntType x, IntType y) const FL_NOEXCEPT |
| |
| u16 | operator() (u16 x, u16 y) const FL_NOEXCEPT |
| |
| XYMap & | operator= (const XYMap &other) FL_NOEXCEPT=default |
| |
| void | setRectangularGrid () FL_NOEXCEPT |
| |
| fl::ScreenMap | toScreenMap () const FL_NOEXCEPT |
| |