#include <J2DGrafContext.h>
|
| | J2DGrafContext (f32 x, f32 y, f32 width, f32 height) |
| |
| void | scissor (JGeometry::TBox2< f32 > const &bounds) |
| |
| void | scissor (f32 x, f32 y, f32 width, f32 height) |
| |
| void | setColor (JUtility::TColor c) |
| |
| void | setColor (JUtility::TColor colorTL, JUtility::TColor colorTR, JUtility::TColor colorBR, JUtility::TColor colorBL) |
| |
| void | setLineWidth (u8) |
| |
| void | fillBox (JGeometry::TBox2< f32 > const &box) |
| |
| void | drawFrame (JGeometry::TBox2< f32 > const &box) |
| |
| void | line (JGeometry::TVec2< f32 > start, JGeometry::TVec2< f32 > end) |
| |
| void | lineTo (JGeometry::TVec2< f32 > pos) |
| |
| void | lineTo (f32 x, f32 y) |
| |
| void | moveTo (f32 x, f32 y) |
| |
| void | moveTo (JGeometry::TVec2< f32 > pos) |
| |
| virtual | ~J2DGrafContext () |
| |
| virtual void | place (JGeometry::TBox2< f32 > const &bounds) |
| |
| virtual void | place (f32 x, f32 y, f32 width, f32 height) |
| |
| virtual void | setPort () |
| |
| virtual void | setup2D () |
| |
| virtual void | setScissor () |
| |
| virtual s32 | getGrafType () const |
| |
| virtual void | setLookat () |
| |
◆ J2DGrafContext()
| J2DGrafContext::J2DGrafContext |
( |
f32 | x, |
|
|
f32 | y, |
|
|
f32 | width, |
|
|
f32 | height ) |
◆ ~J2DGrafContext()
| virtual J2DGrafContext::~J2DGrafContext |
( |
| ) |
|
|
inlinevirtual |
◆ drawFrame()
◆ fillBox()
◆ getGrafType()
| virtual s32 J2DGrafContext::getGrafType |
( |
| ) |
const |
|
inlinevirtual |
◆ line()
◆ lineTo() [1/2]
| void J2DGrafContext::lineTo |
( |
f32 | x, |
|
|
f32 | y ) |
|
inline |
◆ lineTo() [2/2]
◆ moveTo() [1/2]
| void J2DGrafContext::moveTo |
( |
f32 | x, |
|
|
f32 | y ) |
|
inline |
◆ moveTo() [2/2]
◆ place() [1/2]
| virtual void J2DGrafContext::place |
( |
f32 | x, |
|
|
f32 | y, |
|
|
f32 | width, |
|
|
f32 | height ) |
|
inlinevirtual |
◆ place() [2/2]
◆ scissor() [1/2]
| void J2DGrafContext::scissor |
( |
f32 | x, |
|
|
f32 | y, |
|
|
f32 | width, |
|
|
f32 | height ) |
|
inline |
◆ scissor() [2/2]
◆ setColor() [1/2]
◆ setColor() [2/2]
◆ setLineWidth()
| void J2DGrafContext::setLineWidth |
( |
u8 | lineWidth | ) |
|
◆ setLookat()
| virtual void J2DGrafContext::setLookat |
( |
| ) |
|
|
inlinevirtual |
◆ setPort()
| void J2DGrafContext::setPort |
( |
| ) |
|
|
virtual |
◆ setScissor()
| void J2DGrafContext::setScissor |
( |
| ) |
|
|
virtual |
◆ setup2D()
| void J2DGrafContext::setup2D |
( |
| ) |
|
|
virtual |
◆ field_0xb0
| Blend J2DGrafContext::field_0xb0 |
◆ mBounds
◆ mBoxPart
| Blend J2DGrafContext::mBoxPart |
◆ mColorBL
◆ mColorBR
◆ mColorTL
◆ mColorTR
◆ mLinePart
| Blend J2DGrafContext::mLinePart |
◆ mLineWidth
| u8 J2DGrafContext::mLineWidth |
◆ mMtx44
| Mtx44 J2DGrafContext::mMtx44 |
◆ mPosMtx
| Mtx J2DGrafContext::mPosMtx |
◆ mPrevPos
◆ mScissorBounds
The documentation for this class was generated from the following files: