#include <GLTexImage.h>
Public Member Functions | |
virtual void | DrawImage () |
void | DrawMargin (int right, int bottom, int mx, int my) |
virtual void | DrawQuadDS (int scale) |
virtual void | DrawQuadUS (int scale) |
virtual void | FillMargin (int marginx, int marginy) |
GLTexPacked () | |
virtual void | InitTexture (int width, int height, int clamp_to_edge=1) |
virtual void | SetImageSize (int width, int height) |
virtual void | TexConvertRGB () |
virtual void | ZeroHistoMargin () |
Definition at line 138 of file GLTexImage.h.
GLTexPacked::GLTexPacked | ( | ) | [inline] |
Definition at line 152 of file GLTexImage.h.
void GLTexPacked::DrawImage | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 577 of file GLTexImage.cpp.
Definition at line 698 of file GLTexImage.cpp.
void GLTexPacked::DrawQuadDS | ( | int | scale | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 626 of file GLTexImage.cpp.
void GLTexPacked::DrawQuadUS | ( | int | scale | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 591 of file GLTexImage.cpp.
void GLTexPacked::FillMargin | ( | int | marginx, |
int | marginy | ||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 682 of file GLTexImage.cpp.
void GLTexPacked::InitTexture | ( | int | width, |
int | height, | ||
int | clamp_to_edge = 1 |
||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 533 of file GLTexImage.cpp.
void GLTexPacked::SetImageSize | ( | int | width, |
int | height | ||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 527 of file GLTexImage.cpp.
void GLTexPacked::TexConvertRGB | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 498 of file GLTexImage.cpp.
void GLTexPacked::ZeroHistoMargin | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 663 of file GLTexImage.cpp.