g4tools
5.4.0
|
This is the complete list of members for tools::img< T >, including all inherited members.
allocate(unsigned int a_w, unsigned int a_h, unsigned int a_n) | tools::img< T > | inline |
bpp() const | tools::img< T > | inline |
buffer() const | tools::img< T > | inline |
buffer() | tools::img< T > | inline |
bw2x(unsigned int a_n, img< T > &a_res) const | tools::img< T > | inline |
bytes_per_pixel() const | tools::img< T > | inline |
check_gl_limit(unsigned int a_GL_MAX_TEXTURE_SIZE, img< T > &a_res) const | tools::img< T > | inline |
clear() | tools::img< T > | inline |
concatenate(const std::vector< img< T > > &a_imgs, unsigned int a_cols, unsigned int a_rows, unsigned int a_bw, unsigned int a_bh, T a_bc, img< T > &a_res) | tools::img< T > | inlinestatic |
contract(unsigned int a_w, unsigned int a_h, img< T > &a_res, bool a_force_res_owner=true) const | tools::img< T > | inline |
contract(unsigned int a_factor, img< T > &a_res, bool a_force_res_owner=true) const | tools::img< T > | inline |
contract_raw(unsigned int a_w, unsigned int a_h, img< T > &a_res, bool a_force_res_owner=true) const | tools::img< T > | inline |
convert(img< TTO > &a_res) const | tools::img< T > | inline |
copy(unsigned int a_w, unsigned int a_h, unsigned int a_n, T *a_buffer) | tools::img< T > | inline |
copy(const img &a_from) | tools::img< T > | inline |
equal(const img &a_from) const | tools::img< T > | inline |
expand(unsigned int a_factor, img< T > &a_res, bool a_res_force_owner=true) const | tools::img< T > | inline |
get_part(unsigned int a_sx, unsigned int a_sy, unsigned int a_sw, unsigned int a_sh, img< T > &a_res) const | tools::img< T > | inline |
height() const | tools::img< T > | inline |
img() | tools::img< T > | inline |
img(unsigned int a_w, unsigned int a_h, unsigned int a_n, T *a_buffer, bool a_owner) | tools::img< T > | inline |
img(const img &a_from) | tools::img< T > | inline |
is_empty() const | tools::img< T > | inline |
m_buffer | tools::img< T > | protected |
m_h | tools::img< T > | protected |
m_n | tools::img< T > | protected |
m_owner | tools::img< T > | protected |
m_w | tools::img< T > | protected |
make_empty(bool a_delete=true) | tools::img< T > | inline |
operator!=(const img &a_from) const | tools::img< T > | inline |
operator=(const img &a_from) | tools::img< T > | inline |
operator==(const img &a_from) const | tools::img< T > | inline |
owner() const | tools::img< T > | inline |
pixel(unsigned int a_i, unsigned a_j, std::vector< T > &a_pixel) const | tools::img< T > | inline |
rgb2rgba(img< T > &a_res, const T &a_pixel) const | tools::img< T > | inline |
rgba2bgra() | tools::img< T > | inline |
rgba2rgb(img< T > &a_res) const | tools::img< T > | inline |
set(unsigned int a_w, unsigned int a_h, unsigned int a_n, T *a_buffer, bool a_owner) | tools::img< T > | inline |
size() const | tools::img< T > | inline |
to_texture(bool a_expand, const T a_pixel[], img< T > &a_res, bool a_res_force_owner=true) const | tools::img< T > | inline |
transfer(img &a_from) | tools::img< T > | inline |
width() const | tools::img< T > | inline |
yswap(img< T > &a_res) const | tools::img< T > | inline |
~img() | tools::img< T > | inlinevirtual |