Skip to content

Commit

Permalink
Intern tvpgl
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Feb 19, 2022
1 parent e09bf0f commit 8f98f3a
Show file tree
Hide file tree
Showing 5 changed files with 1,516 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SOURCES += WeightFunctor.cpp
SOURCES += ResampleImageSSE2.cpp
SOURCES += x86simdutil.cpp
SOURCES += LayerBitmapUtility.cpp
SOURCES += tvpgl.cpp
PROJECT_BASENAME = layerExStretch

RC_LEGALCOPYRIGHT ?= Copyright (C) 2021-2021 Julian Uy; See details of license at license.txt, or the source code location.
Expand Down
1 change: 1 addition & 0 deletions ResampleImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <cmath>
#include <vector>

#include "tvpgl.h"
#if 0
#ifdef _WIN32
#include "tvpgl_ia32_intf.h"
Expand Down
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/////////////////////////////////////////////

#include "ncbind/ncbind.hpp"
#include "tvpgl.h"
#include "LayerBitmapIntf.h"
#include "LayerBitmapUtility.h"
#include "ComplexRect.h"
Expand Down Expand Up @@ -102,6 +103,7 @@ bool StretchBlt(

static void PreRegistCallback()
{
TVPCreateTable();
iTJSDispatch2 *global = TVPGetScriptDispatch();
if (global)
{
Expand Down
Loading

0 comments on commit 8f98f3a

Please sign in to comment.