Files
tp/libs/JSystem/JUtility/JUTFont.cpp
T

165 lines
3.9 KiB
C++
Raw Normal View History

2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Generated By: dol2asm
// Translation Unit: JUTFont
2021-03-31 23:22:32 +02:00
//
2020-12-03 17:58:53 -08:00
2021-03-28 22:49:05 +02:00
#include "dol2asm.h"
#include "dolphin/types.h"
2021-03-31 23:22:32 +02:00
#include "JSystem/JUtility/JUTFont.h"
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Types:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
struct JUtility {
2021-03-31 23:22:32 +02:00
struct TColor {
};
2021-03-28 22:49:05 +02:00
};
struct JUTFont {
2021-03-31 23:22:32 +02:00
/* 802DECF8 */ // False False
JUTFont();
/* 802DED24 */ // False False
void initialize_state();
/* 802DED70 */ // False False
// JUtility::TColor False
void setCharColor(JUtility::TColor);
/* 802DEDC4 */ // False False
// JUtility::TColor False
// JUtility::TColor False
void setGradColor(JUtility::TColor, JUtility::TColor);
/* 802DEE28 */ // False False
// f32 False
// f32 False
// f32 False
// f32 False
// char const* False
// char const False
// char False
// u32 False
// bool False
void drawString_size_scale(f32, f32, f32, f32, char const*, u32, bool);
2021-03-28 22:49:05 +02:00
};
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Forward References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void __ct__7JUTFontFv();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void initialize_state__7JUTFontFv();
2021-03-31 23:22:32 +02:00
// False False
// JUtility::TColor False
2021-03-28 22:49:05 +02:00
extern "C" void setCharColor__7JUTFontFQ28JUtility6TColor();
2021-03-31 23:22:32 +02:00
// False False
// JUtility::TColor False
// JUtility::TColor False
2021-03-28 22:49:05 +02:00
extern "C" void setGradColor__7JUTFontFQ28JUtility6TColorQ28JUtility6TColor();
2021-03-31 23:22:32 +02:00
// False False
// f32 False
// f32 False
// f32 False
// f32 False
// char const* False
// char const False
// char False
// u32 False
// bool False
2021-03-28 22:49:05 +02:00
extern "C" void drawString_size_scale__7JUTFontFffffPCcUlb();
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// External References:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void _savegpr_27();
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
extern "C" void _restgpr_27();
extern "C" extern void* __vt__7JUTFont[17];
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
// Declarations:
2021-03-31 23:22:32 +02:00
//
2021-03-28 22:49:05 +02:00
2021-03-31 23:22:32 +02:00
/* 802DECF8-802DED24 002C+00 s=0 e=2 z=0 None .text __ct__7JUTFontFv */
// 802DECF8: 803A31F0 (__vt__7JUTFont)
// 802DECFC: 803A31F0 (__vt__7JUTFont)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
asm JUTFont::JUTFont() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JUtility/JUTFont/__ct__7JUTFontFv.s"
2020-12-03 17:58:53 -08:00
}
2021-03-28 22:49:05 +02:00
#pragma pop
2020-12-03 17:58:53 -08:00
2021-03-31 23:22:32 +02:00
/* 802DED24-802DED70 004C+00 s=0 e=9 z=0 None .text initialize_state__7JUTFontFv */
// 802DED48: 802DED70 (setCharColor__7JUTFontFQ28JUtility6TColor)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
2021-03-28 22:49:05 +02:00
asm void JUTFont::initialize_state() {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JUtility/JUTFont/initialize_state__7JUTFontFv.s"
2020-12-03 17:58:53 -08:00
}
2021-03-28 22:49:05 +02:00
#pragma pop
2020-12-03 17:58:53 -08:00
2021-03-31 23:22:32 +02:00
/* 802DED70-802DEDC4 0054+00 s=1 e=3 z=0 None .text setCharColor__7JUTFontFQ28JUtility6TColor */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// JUtility::TColor False
2021-03-28 22:49:05 +02:00
asm void JUTFont::setCharColor(JUtility::TColor param_0) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JUtility/JUTFont/setCharColor__7JUTFontFQ28JUtility6TColor.s"
2020-12-03 17:58:53 -08:00
}
2021-03-28 22:49:05 +02:00
#pragma pop
2020-12-03 17:58:53 -08:00
2021-03-31 23:22:32 +02:00
/* 802DEDC4-802DEE28 0064+00 s=0 e=2 z=0 None .text setGradColor__7JUTFontFQ28JUtility6TColorQ28JUtility6TColor */
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// JUtility::TColor False
// JUtility::TColor False
2021-03-28 22:49:05 +02:00
asm void JUTFont::setGradColor(JUtility::TColor param_0, JUtility::TColor param_1) {
2021-03-31 23:22:32 +02:00
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JUtility/JUTFont/setGradColor__7JUTFontFQ28JUtility6TColorQ28JUtility6TColor.s"
2020-12-03 17:58:53 -08:00
}
2021-03-28 22:49:05 +02:00
#pragma pop
2020-12-03 17:58:53 -08:00
2021-03-31 23:22:32 +02:00
/* 802DEE28-802DEF48 0120+00 s=0 e=3 z=0 None .text drawString_size_scale__7JUTFontFffffPCcUlb */
// 802DEE60: 803621D4 (_savegpr_27)
// 802DEF34: 80362220 (_restgpr_27)
2021-03-28 22:49:05 +02:00
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
2021-03-31 23:22:32 +02:00
// False False
// f32 False
// f32 False
// f32 False
// f32 False
// char const* False
// char const False
// char False
// u32 False
// bool False
asm void JUTFont::drawString_size_scale(f32 param_0, f32 param_1, f32 param_2, f32 param_3, char const* param_4, u32 param_5, bool param_6) {
nofralloc
2021-03-28 22:49:05 +02:00
#include "asm/JSystem/JUtility/JUTFont/drawString_size_scale__7JUTFontFffffPCcUlb.s"
2021-01-06 17:36:27 -08:00
}
2021-03-28 22:49:05 +02:00
#pragma pop
2021-03-31 23:22:32 +02:00