2023-06-29 04:10:08 -04:00
|
|
|
#include "mxvideopresenter.h"
|
2023-10-16 16:09:08 -04:00
|
|
|
#include "MxVideoManager.h"
|
2023-07-02 03:00:28 -04:00
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(MxVideoPresenter, 0x64);
|
2023-10-16 16:09:08 -04:00
|
|
|
DECOMP_SIZE_ASSERT(MxVideoPresenter::UnkStruct, 0xc);
|
2023-07-02 03:00:28 -04:00
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c700
|
|
|
|
void MxVideoPresenter::VTable0x5c(undefined4 p_unknown1)
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
// Empty
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-07 12:48:36 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c710
|
2023-10-05 06:31:20 -04:00
|
|
|
void MxVideoPresenter::VTable0x60()
|
|
|
|
{
|
2023-10-07 12:48:36 -04:00
|
|
|
// Empty
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c720
|
|
|
|
void MxVideoPresenter::VTable0x68(undefined4 p_unknown1)
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
// Empty
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c730
|
2023-10-05 06:31:20 -04:00
|
|
|
void MxVideoPresenter::VTable0x70()
|
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
// Empty
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x1000c740
|
|
|
|
MxVideoPresenter::~MxVideoPresenter()
|
|
|
|
{
|
|
|
|
Destroy(TRUE);
|
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c7a0
|
2023-10-13 12:43:45 -04:00
|
|
|
void MxVideoPresenter::Destroy()
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
Destroy(FALSE);
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c7b0
|
|
|
|
LPDIRECTDRAWSURFACE MxVideoPresenter::VTable0x78()
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
return m_unk58;
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-07 12:48:36 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c7c0
|
|
|
|
MxBool MxVideoPresenter::VTable0x7c()
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-07 12:48:36 -04:00
|
|
|
return (m_bitmap != NULL) || (m_unk54 != NULL);
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-07 12:48:36 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c7e0
|
2023-10-05 06:31:20 -04:00
|
|
|
MxS32 MxVideoPresenter::GetWidth()
|
|
|
|
{
|
2023-10-07 12:48:36 -04:00
|
|
|
return m_unk54 ? m_unk54->width
|
|
|
|
: m_bitmap->GetBmiHeader()->biWidth;
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-07 12:48:36 -04:00
|
|
|
// OFFSET: LEGO1 0x1000c800
|
2023-10-05 06:31:20 -04:00
|
|
|
MxS32 MxVideoPresenter::GetHeight()
|
|
|
|
{
|
2023-10-07 12:48:36 -04:00
|
|
|
return m_unk54 ? m_unk54->height
|
|
|
|
: m_bitmap->GetBmiHeader()->biHeight;
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100b2760
|
2023-07-02 05:07:11 -04:00
|
|
|
void MxVideoPresenter::Init()
|
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
m_bitmap = NULL;
|
|
|
|
m_unk54 = NULL;
|
|
|
|
m_unk5c = 1;
|
|
|
|
m_unk58 = NULL;
|
|
|
|
m_unk60 = -1;
|
|
|
|
m_flags = m_flags & 0xfe;
|
|
|
|
|
|
|
|
if (MVideoManager() != NULL) {
|
|
|
|
MVideoManager();
|
|
|
|
m_flags = m_flags | 2;
|
|
|
|
m_flags = m_flags & 0xfb;
|
|
|
|
}
|
|
|
|
|
|
|
|
m_flags = m_flags & 0xf7;
|
|
|
|
m_flags = m_flags & 0xef;
|
2023-07-02 03:00:28 -04:00
|
|
|
}
|
2023-10-05 06:31:20 -04:00
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100b27b0
|
2023-10-13 12:43:45 -04:00
|
|
|
void MxVideoPresenter::Destroy(MxBool p_fromDestructor)
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
if (MVideoManager() != NULL)
|
|
|
|
MVideoManager()->RemovePresenter(*this);
|
|
|
|
|
|
|
|
if (m_unk58) {
|
|
|
|
m_unk58->Release();
|
|
|
|
m_unk58 = NULL;
|
|
|
|
m_flags = m_flags & 0xfd;
|
|
|
|
m_flags = m_flags & 0xfb;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (MVideoManager() && (m_unk54 || m_bitmap)) {
|
|
|
|
MxS32 height = GetHeight();
|
|
|
|
MxS32 width = GetWidth();
|
|
|
|
|
|
|
|
MxS32 x = GetLocationX();
|
|
|
|
MxS32 y = GetLocationY();
|
|
|
|
MxRect32 rect(x, y, x + width, y + height);
|
|
|
|
|
|
|
|
MVideoManager()->InvalidateRect(rect);
|
|
|
|
MVideoManager()->vtable0x34(rect.m_left, rect.m_top, rect.GetWidth(), rect.GetHeight());
|
|
|
|
}
|
|
|
|
|
|
|
|
delete m_bitmap;
|
|
|
|
delete m_unk54;
|
|
|
|
|
|
|
|
Init();
|
|
|
|
|
|
|
|
if (!p_fromDestructor)
|
|
|
|
MxMediaPresenter::Destroy(FALSE);
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b28b0 STUB
|
|
|
|
void MxVideoPresenter::VTable0x64()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100b2a70 STUB
|
|
|
|
void MxVideoPresenter::VTable0x6c()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
2023-10-16 16:09:08 -04:00
|
|
|
// OFFSET: LEGO1 0x100b3300
|
|
|
|
undefined MxVideoPresenter::VTable0x74()
|
2023-10-05 06:31:20 -04:00
|
|
|
{
|
2023-10-16 16:09:08 -04:00
|
|
|
return 0;
|
2023-10-05 06:31:20 -04:00
|
|
|
}
|