1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
//
// Generated by dtk
// Translation Unit: J2DPrint.cpp
//
#include "JSystem/J2DGraph/J2DPrint.h"
#include "dolphin/types.h"
/* 802CE108-802CE194 .text __ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */
J2DPrint::J2DPrint(JUTFont*, float, float, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) {
/* Nonmatching */
}
/* 802CE194-802CE384 .text private_initiate__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorb */
void J2DPrint::private_initiate(JUTFont*, float, float, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor, bool) {
/* Nonmatching */
}
/* 802CE384-802CE424 .text setBuffer__8J2DPrintFUl */
void J2DPrint::setBuffer(unsigned long) {
/* Nonmatching */
}
/* 802CE424-802CE4BC .text setFontSize__8J2DPrintFv */
void J2DPrint::setFontSize() {
/* Nonmatching */
}
/* 802CE4BC-802CE4D8 .text locate__8J2DPrintFff */
void J2DPrint::locate(float, float) {
/* Nonmatching */
}
/* 802CE4D8-802CE888 .text printReturn__8J2DPrintFPCcff18J2DTextBoxHBinding18J2DTextBoxVBindingffUc */
void J2DPrint::printReturn(const char*, float, float, J2DTextBoxHBinding, J2DTextBoxVBinding, float, float, unsigned char) {
/* Nonmatching */
}
/* 802CE888-802CEF9C .text parse__8J2DPrintFPCUciiPUsRQ28J2DPrint5TSizeUcb */
void J2DPrint::parse(const unsigned char*, int, int, unsigned short*, J2DPrint::TSize&, unsigned char, bool) {
/* Nonmatching */
}
/* 802CEF9C-802CF0C4 .text doCtrlCode__8J2DPrintFi */
void J2DPrint::doCtrlCode(int) {
/* Nonmatching */
}
/* 802CF0C4-802CF600 .text doEscapeCode__8J2DPrintFPPCUcUc */
void J2DPrint::doEscapeCode(const unsigned char**, unsigned char) {
/* Nonmatching */
}
/* 802CF600-802CF674 .text initchar__8J2DPrintFv */
void J2DPrint::initchar() {
/* Nonmatching */
}
/* 802CF674-802CF778 .text getNumberS32__8J2DPrintFPPCUclli */
void J2DPrint::getNumberS32(const unsigned char**, long, long, int) {
/* Nonmatching */
}
/* 802CF778-802CF8AC .text getNumberF32__8J2DPrintFPPCUcffi */
void J2DPrint::getNumberF32(const unsigned char**, float, float, int) {
/* Nonmatching */
}
/* 802CF8AC-802CF8F4 .text __dt__8J2DPrintFv */
J2DPrint::~J2DPrint() {
/* Nonmatching */
}
|