This is the complete list of members for Twp::Gfx, including all inherited members.
camera(const Math::Vector2d &size) (defined in Twp::Gfx) | Twp::Gfx | |
camera() const (defined in Twp::Gfx) | Twp::Gfx | |
cameraPos() const (defined in Twp::Gfx) | Twp::Gfx | inline |
cameraPos(const Math::Vector2d &pos) (defined in Twp::Gfx) | Twp::Gfx | inline |
clear(const Color &color) (defined in Twp::Gfx) | Twp::Gfx | |
draw(Vertex *vertices, int v_size, uint32 *indices, int i_size, const Math::Matrix4 &trsf=Math::Matrix4(), Texture *texture=NULL) (defined in Twp::Gfx) | Twp::Gfx | |
drawLines(Vertex *vertices, int count, const Math::Matrix4 &trsf=Math::Matrix4()) (defined in Twp::Gfx) | Twp::Gfx | |
drawLinesLoop(Vertex *vertices, int count, const Math::Matrix4 &trsf=Math::Matrix4()) (defined in Twp::Gfx) | Twp::Gfx | |
drawPrimitives(uint32 primitivesType, Vertex *vertices, int v_size, const Math::Matrix4 &transf=Math::Matrix4(), Texture *texture=NULL) (defined in Twp::Gfx) | Twp::Gfx | |
drawPrimitives(uint32 primitivesType, Vertex *vertices, int v_size, uint32 *indices, int i_size, const Math::Matrix4 &transf=Math::Matrix4(), Texture *texture=NULL) (defined in Twp::Gfx) | Twp::Gfx | |
drawQuad(const Math::Vector2d &size, const Color &color=Color(), const Math::Matrix4 &trsf=Math::Matrix4()) (defined in Twp::Gfx) | Twp::Gfx | |
drawSprite(const Common::Rect &textRect, Texture &texture, const Color &color=Color(), const Math::Matrix4 &trsf=Math::Matrix4(), bool flipX=false, bool flipY=false) (defined in Twp::Gfx) | Twp::Gfx | |
drawSprite(Texture &texture, const Color &color=Color(), const Math::Matrix4 &trsf=Math::Matrix4(), bool flipX=false, bool flipY=false) (defined in Twp::Gfx) | Twp::Gfx | |
getShader() (defined in Twp::Gfx) | Twp::Gfx | inline |
init() (defined in Twp::Gfx) | Twp::Gfx | |
setRenderTarget(RenderTexture *target) (defined in Twp::Gfx) | Twp::Gfx | |
use(Shader *shader) (defined in Twp::Gfx) | Twp::Gfx |