|
| | grk_buffer_2d (T *buffer, bool ownsData, uint32_t w, uint32_t strd, uint32_t h) |
| |
| | grk_buffer_2d (T *buffer, bool ownsData, uint32_t w, uint32_t h) |
| |
| | grk_buffer_2d (uint32_t w, uint32_t strd, uint32_t h) |
| |
| | grk_buffer_2d (uint32_t w, uint32_t h) |
| |
| | grk_buffer_2d (grk_rect_u32 b) |
| |
| | grk_buffer_2d (void) |
| |
| virtual | ~grk_buffer_2d () |
| |
| bool | alloc (bool clear) |
| |
| void | attach (T *buffer, uint32_t strd) |
| |
| void | acquire (T *buffer, uint32_t strd) |
| |
| void | transfer (T **buffer, bool *owns, uint32_t *strd) |
| |
| | grk_rectangle (uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1) |
| |
| | grk_rectangle (const grk_rectangle &rhs) |
| |
| | grk_rectangle (void) |
| |
| grk_rect_u32 | to_u32 () |
| |
| void | print (void) |
| |
| bool | is_valid (void) |
| |
| bool | is_non_degenerate (void) |
| |
| bool | clip (grk_rectangle< uint32_t > &r2, grk_rectangle< uint32_t > *result) |
| |
| grk_rectangle< uint32_t > & | operator= (const grk_rectangle< uint32_t > &rhs) |
| |
| grk_rectangle< uint32_t > & | operator- (const grk_rectangle< uint32_t > &rhs) |
| |
| grk_rectangle< uint32_t > & | operator-= (const grk_rectangle< uint32_t > &rhs) |
| |
| grk_rectangle< uint32_t > & | rectceildivpow2 (uint32_t power) |
| |
| grk_rectangle< uint32_t > & | mulpow2 (uint32_t power) |
| |
| grk_rectangle< uint32_t > | intersection (const grk_rectangle< uint32_t > &rhs) |
| |
| uint64_t | area (void) |
| |
| uint32_t | width () |
| |
| uint32_t | height () |
| |
| grk_rectangle< uint32_t > & | pan (uint32_t x, uint32_t y) |
| |
| grk_rectangle< uint32_t > & | subsample (uint32_t dx, uint32_t dy) |
| |
| grk_rectangle< uint32_t > & | grow (uint32_t boundary) |
| |
| grk_rectangle< uint32_t > & | grow (uint32_t boundaryx, uint32_t boundaryy) |
| |