MCPcopy Create free account
hub / github.com/doldecomp/mkdd / J2DWindow

Method J2DWindow

libs/JSystem/J2DGraph/J2DWindow.cpp:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "types.h"
9
10J2DWindow::J2DWindow()
11 : J2DPane()
12 , mFrameTextureA(nullptr)
13 , mFrameTextureB(nullptr)
14 , mFrameTextureC(nullptr)
15 , mFrameTextureD(nullptr)
16 , mContentsTexture(nullptr)
17 , mPalette(nullptr)
18{
19 mWrapFlags = 0;
20 setContentsColor(TCOLOR_WHITE_U32);
21 mBlack = TCOLOR_BLACK_U32;
22 mWhite = TCOLOR_WHITE_U32;
23}
24
25J2DWindow::J2DWindow(J2DPane* parent, JSURandomInputStream* input, JKRArchive* archive)
26 : J2DPane()

Callers

nothing calls this directly

Calls 12

peekMethod · 0.80
seekMethod · 0.80
getMatColorMethod · 0.80
getPositionMethod · 0.45
readMethod · 0.45
setMethod · 0.45
getColorBlockMethod · 0.45
getTevBlockMethod · 0.45
getTevStageNumMethod · 0.45
getTevColorMethod · 0.45
getTextureMethod · 0.45
setUndeleteFlagMethod · 0.45

Tested by

no test coverage detected