![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
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) |
void J2DDrawFrame | ( | JGeometry::TBox2< f32 > const & | box, |
JUtility::TColor | color, | ||
u8 | line_width ) |
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 ) |