|
Grok 20.3.2
|
#include <buffer.h>
Public Member Functions | |
| Buffer2dSimple () | |
| Buffer2dSimple (T *buf, uint32_t stride, uint32_t height) | |
| Buffer2dSimple & | incX_IN_PLACE (size_t deltaX) |
| Buffer2dSimple & | incY_IN_PLACE (size_t deltaY) |
Public Attributes | |
| T * | buf_ |
| uint32_t | stride_ |
| uint32_t | height_ |
|
inline |
References Buffer2dSimple().
Referenced by Buffer2dSimple(), incX_IN_PLACE(), and incY_IN_PLACE().
|
inline |
|
inline |
References buf_, and Buffer2dSimple().
|
inline |
References buf_, Buffer2dSimple(), and stride_.
| T* grk::Buffer2dSimple< T >::buf_ |
Referenced by Buffer2dSimple(), incX_IN_PLACE(), and incY_IN_PLACE().
| uint32_t grk::Buffer2dSimple< T >::height_ |
Referenced by Buffer2dSimple().
| uint32_t grk::Buffer2dSimple< T >::stride_ |
Referenced by Buffer2dSimple(), and incY_IN_PLACE().