#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 139 of file GLTexImage.h.
GLTexPacked::GLTexPacked | ( | ) | [inline] |
Definition at line 153 of file GLTexImage.h.
void GLTexPacked::DrawImage | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 583 of file GLTexImage.cpp.
void GLTexPacked::DrawMargin | ( | int | right, |
int | bottom, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 704 of file GLTexImage.cpp.
void GLTexPacked::DrawQuadDS | ( | int | scale | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 632 of file GLTexImage.cpp.
void GLTexPacked::DrawQuadUS | ( | int | scale | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 597 of file GLTexImage.cpp.
void GLTexPacked::FillMargin | ( | int | marginx, |
int | marginy | ||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 688 of file GLTexImage.cpp.
void GLTexPacked::InitTexture | ( | int | width, |
int | height, | ||
int | clamp_to_edge = 1 |
||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 539 of file GLTexImage.cpp.
void GLTexPacked::SetImageSize | ( | int | width, |
int | height | ||
) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 533 of file GLTexImage.cpp.
void GLTexPacked::TexConvertRGB | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 504 of file GLTexImage.cpp.
void GLTexPacked::ZeroHistoMargin | ( | ) | [virtual] |
Reimplemented from GLTexImage.
Definition at line 669 of file GLTexImage.cpp.