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

Method J2DPicture

libs/JSystem/J2DGraph/J2DPicture.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "JSystem/JGeometry.h"
7
8J2DPicture::J2DPicture()
9 : mPalette(nullptr)
10{
11 for (int i = 0; i < 4; i++) {
12 mTextures[i] = nullptr;
13 }
14 mUsedTextureFlags = 0;
15 mTextureCount = 0;
16 initinfo();
17}
18
19J2DPicture::J2DPicture(J2DPane* parent, JSURandomInputStream* input, JKRArchive* archive)
20 : mPalette(nullptr)

Callers

nothing calls this directly

Calls 14

peekMethod · 0.80
seekMethod · 0.80
getMatColorMethod · 0.80
getPositionMethod · 0.45
readMethod · 0.45
getColorBlockMethod · 0.45
getTevBlockMethod · 0.45
getTexGenNumMethod · 0.45
getTexGenBlockMethod · 0.45
getTevStageNumMethod · 0.45
getTevColorMethod · 0.45
getTextureMethod · 0.45

Tested by

no test coverage detected