Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrevil_xxl <drevil_xxl@users.sourceforge.net>2008-07-27 13:26:35 +0400
committerdrevil_xxl <drevil_xxl@users.sourceforge.net>2008-07-27 13:26:35 +0400
commit19fb30b3effa1a8d221240ef42e47aaf8bf9e495 (patch)
tree15647037c6d0c98447ccc2b0d1e25a916b083952 /src/subtitles/Rasterizer.h
parent43ff5818e1f539c129d8ef61b0987c380afd0882 (diff)
guliverkli2 updates from rev. 58 to 68.
Patches by nielsm and Clsid. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@692 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/subtitles/Rasterizer.h')
-rw-r--r--src/subtitles/Rasterizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitles/Rasterizer.h b/src/subtitles/Rasterizer.h
index 1493b7f76..c870a156b 100644
--- a/src/subtitles/Rasterizer.h
+++ b/src/subtitles/Rasterizer.h
@@ -83,9 +83,9 @@ public:
bool PartialBeginPath(HDC hdc, bool bClearPath);
bool PartialEndPath(HDC hdc, long dx, long dy);
bool ScanConvert();
- bool CreateWidenedRegion(int border);
+ bool CreateWidenedRegion(int borderX, int borderY);
void DeleteOutlines();
- bool Rasterize(int xsub, int ysub, bool fBlur);
+ bool Rasterize(int xsub, int ysub, int fBlur, double fGaussianBlur);
CRect Draw(SubPicDesc& spd, CRect& clipRect, byte* pAlphaMask, int xsub, int ysub, const long* switchpts, bool fBody, bool fBorder);
};