Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
J2DOrthoGraph.h File Reference

Go to the source code of this file.

Classes

class  J2DOrthoGraph
 

Functions

void J2DDrawLine (f32 x1, f32 y1, f32 x2, f32 y2, JUtility::TColor color, int line_width)
 
void J2DFillBox (f32 x, f32 y, f32 width, f32 height, JUtility::TColor color)
 
void J2DFillBox (JGeometry::TBox2< f32 > const &box, JUtility::TColor color)
 
void J2DDrawFrame (f32 x, f32 y, f32 width, f32 height, JUtility::TColor color, u8 line_width)
 
void J2DDrawFrame (JGeometry::TBox2< f32 > const &box, JUtility::TColor color, u8 line_width)
 

Function Documentation

◆ J2DDrawFrame() [1/2]

void J2DDrawFrame ( f32 x,
f32 y,
f32 width,
f32 height,
JUtility::TColor color,
u8 line_width )

◆ J2DDrawFrame() [2/2]

void J2DDrawFrame ( JGeometry::TBox2< f32 > const & box,
JUtility::TColor color,
u8 line_width )

◆ J2DDrawLine()

void J2DDrawLine ( f32 x1,
f32 y1,
f32 x2,
f32 y2,
JUtility::TColor color,
int line_width )

◆ J2DFillBox() [1/2]

void J2DFillBox ( f32 x,
f32 y,
f32 width,
f32 height,
JUtility::TColor color )

◆ J2DFillBox() [2/2]

void J2DFillBox ( JGeometry::TBox2< f32 > const & box,
JUtility::TColor color )