diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/J2DGraph/J2DWindow.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J2DGraph/J2DWindow.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DWindow.cpp | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/src/JSystem/J2DGraph/J2DWindow.cpp b/src/JSystem/J2DGraph/J2DWindow.cpp new file mode 100644 index 00000000..35c4023c --- /dev/null +++ b/src/JSystem/J2DGraph/J2DWindow.cpp @@ -0,0 +1,77 @@ +// +// Generated by dtk +// Translation Unit: J2DWindow.cpp +// + +#include "JSystem/J2DGraph/J2DWindow.h" +#include "dolphin/types.h" + +/* 802D12E0-802D1820 .text __ct__9J2DWindowFP7J2DPaneP20JSURandomInputStream */ +J2DWindow::J2DWindow(J2DPane*, JSURandomInputStream*) { + /* Nonmatching */ +} + +/* 802D1820-802D1A9C .text initinfo2__9J2DWindowFv */ +void J2DWindow::initinfo2() { + /* Nonmatching */ +} + +/* 802D1A9C-802D1B44 .text __dt__9J2DWindowFv */ +J2DWindow::~J2DWindow() { + /* Nonmatching */ +} + +/* 802D1B44-802D1F5C .text draw_private__9J2DWindowFRCQ29JGeometry8TBox2<f>RCQ29JGeometry8TBox2<f> */ +void J2DWindow::draw_private(const JGeometry::TBox2<float>&, const JGeometry::TBox2<float>&) { + /* Nonmatching */ +} + +/* 802D1F5C-802D207C .text resize__9J2DWindowFff */ +void J2DWindow::resize(float, float) { + /* Nonmatching */ +} + +/* 802D207C-802D2128 .text setContentsColor__9J2DWindowFQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */ +void J2DWindow::setContentsColor(JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) { + /* Nonmatching */ +} + +/* 802D2128-802D2190 .text drawSelf__9J2DWindowFff */ +void J2DWindow::drawSelf(float, float) { + /* Nonmatching */ +} + +/* 802D2190-802D2288 .text drawSelf__9J2DWindowFffPA3_A4_f */ +void J2DWindow::drawSelf(float, float, float(*)[3][4]) { + /* Nonmatching */ +} + +/* 802D2288-802D2550 .text drawContents__9J2DWindowFRCQ29JGeometry8TBox2<f> */ +void J2DWindow::drawContents(const JGeometry::TBox2<float>&) { + /* Nonmatching */ +} + +/* 802D2550-802D26E4 .text drawFrameTexture__9J2DWindowFP10JUTTextureffffUsUsUsUsb */ +void J2DWindow::drawFrameTexture(JUTTexture*, float, float, float, float, unsigned short, unsigned short, unsigned short, unsigned short, bool) { + /* Nonmatching */ +} + +/* 802D26E4-802D2784 .text drawFrameTexture__9J2DWindowFP10JUTTextureffbbb */ +void J2DWindow::drawFrameTexture(JUTTexture*, float, float, bool, bool, bool) { + /* Nonmatching */ +} + +/* 802D2784-802D29F4 .text drawContentsTexture__9J2DWindowFffff */ +void J2DWindow::drawContentsTexture(float, float, float, float) { + /* Nonmatching */ +} + +/* 802D29F4-802D2D8C .text setTevMode__9J2DWindowFP10JUTTextureQ28JUtility6TColorQ28JUtility6TColor */ +void J2DWindow::setTevMode(JUTTexture*, JUtility::TColor, JUtility::TColor) { + /* Nonmatching */ +} + +/* 802D2D8C-802D2D94 .text getTypeID__9J2DWindowFv */ +void J2DWindow::getTypeID() { + /* Nonmatching */ +} |
