diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-10 07:29:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 08:29:58 -0600 |
| commit | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (patch) | |
| tree | 4509be332b2ccfc6fe939f47740d68f7746eca3e /src/d/msg/d_msg_string.cpp | |
| parent | 2fd702c0ac170a789af879b8b92a82d4dcc9080c (diff) | |
switch to dtk setup (#2203)
* switch to dtk setup
* some cleanup / fixes
* cleanup d_a_alink literals
* Restore doxygen, update CI & README.md (#1)
* Fix build image ref (#2)
---------
Co-authored-by: Luke Street <luke@street.dev>
Diffstat (limited to 'src/d/msg/d_msg_string.cpp')
| -rw-r--r-- | src/d/msg/d_msg_string.cpp | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp deleted file mode 100644 index 41a4c720c0..0000000000 --- a/src/d/msg/d_msg_string.cpp +++ /dev/null @@ -1,102 +0,0 @@ -// -// Generated By: dol2asm -// Translation Unit: d/msg/d_msg_string -// - -#include "d/msg/d_msg_string.h" -#include "JSystem/J2DGraph/J2DTextBox.h" -#include "d/msg/d_msg_out_font.h" -#include "dol2asm.h" - -// -// Forward References: -// - -extern "C" void __ct__12dMsgString_cFv(); -extern "C" void __ct__12dMsgString_cFUc(); -extern "C" void __dt__12dMsgString_cFv(); -extern "C" void resetStringLocal__12dMsgString_cFP10J2DTextBox(); -extern "C" void drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf(); -extern "C" void drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc(); - -// -// External References: -// - -extern "C" void getString__12dMsgString_cFUlP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc(); -extern "C" void -getStringPage__12dMsgString_cFUlUcUcP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc(); -extern "C" void __ct__10COutFont_cFUc(); -extern "C" void __ct__16dMsgStringBase_cFv(); -extern "C" void __dt__16dMsgStringBase_cFv(); -extern "C" void getResource__16dMsgStringBase_cFv(); -extern "C" void getMessage__16dMsgStringBase_cFUlPc(); -extern "C" void* __nw__FUl(); -extern "C" void __dl__FPv(); -extern "C" void getGlbVtx__7J2DPaneCFUc(); - -// -// Declarations: -// - -/* ############################################################################################## */ -/* 803C1498-803C14B8 01E5B8 0020+00 3/3 0/0 0/0 .data __vt__12dMsgString_c */ -SECTION_DATA extern void* __vt__12dMsgString_c[8] = { - (void*)NULL /* RTTI */, - (void*)NULL, - (void*)getString__12dMsgString_cFUlP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc, - (void*)getStringPage__12dMsgString_cFUlUcUcP10J2DTextBoxP10J2DTextBoxP7JUTFontP10COutFont_cUc, - (void*)getMessage__16dMsgStringBase_cFUlPc, - (void*)resetStringLocal__12dMsgString_cFP10J2DTextBox, - (void*)drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf, - (void*)drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc, -}; - -/* 80249C20-80249CA0 244560 0080+00 0/0 15/15 0/0 .text __ct__12dMsgString_cFv */ -dMsgString_c::dMsgString_c() { - field_0x28 = 0; - mpOutFont = new COutFont_c(field_0x28); - mpOutFont->createPane(); - getResource(); -} - -/* 80249CA0-80249D28 2445E0 0088+00 0/0 1/1 0/0 .text __ct__12dMsgString_cFUc */ -dMsgString_c::dMsgString_c(u8 param_0) { - field_0x28 = param_0; - mpOutFont = new COutFont_c(field_0x28); - mpOutFont->createPane(); - getResource(); -} - -/* 80249D28-80249DB4 244668 008C+00 0/0 17/17 0/0 .text __dt__12dMsgString_cFv */ -dMsgString_c::~dMsgString_c() { - delete mpOutFont; - mpOutFont = NULL; -} - -/* 80249DB4-80249DE4 2446F4 0030+00 1/0 0/0 0/0 .text - * resetStringLocal__12dMsgString_cFP10J2DTextBox */ -void dMsgString_c::resetStringLocal(J2DTextBox* p_textBox) { - mpOutFont->reset(p_textBox); -} - -/* 80249DE4-80249ED0 244724 00EC+00 1/0 0/0 0/0 .text - * drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf */ -void dMsgString_c::drawOutFontLocal(J2DTextBox* p_textBox, f32 i_alpha) { - Vec pos = p_textBox->getGlbVtx(0); - f32 y = pos.y; - - if (i_alpha == -1.0f) { - i_alpha = p_textBox->getAlpha() / 255.0f; - } - - mpOutFont->setAlphaRatio(i_alpha); - mpOutFont->draw(p_textBox, pos.x, y, 1.0f); -} - -/* 80249ED0-80249F00 244810 0030+00 1/0 0/0 0/0 .text - * drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc */ -void dMsgString_c::drawFontLocal(J2DTextBox* p_textBox, u8 type, f32 posX, f32 posY, - f32 sizeX, f32 sizeY, u32 color, u8 alpha) { - mpOutFont->drawFont(p_textBox, type, posX, posY, sizeX, sizeY, color, alpha); -} |
