summaryrefslogtreecommitdiff
path: root/osd.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
commit08d5ad047adccb2eac806f7f82575779c9f77130 (patch)
tree4f2ea67cc9e139930e09c259d5ceb49fc336269f /osd.c
parent8768a9c3219e462ab5c7ca93eba5589d31f4fa64 (diff)
downloadvdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.gz
vdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.bz2
Renamed cBitmap::Scale() to Scaled()
Diffstat (limited to 'osd.c')
-rw-r--r--osd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.c b/osd.c
index 7e9bacc4..083bdf41 100644
--- a/osd.c
+++ b/osd.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.c 2.19 2011/03/27 11:48:39 kls Exp $
+ * $Id: osd.c 2.20 2011/03/27 11:52:12 kls Exp $
*/
#include "osd.h"
@@ -806,7 +806,7 @@ void cBitmap::ShrinkBpp(int NewBpp)
}
}
-cBitmap *cBitmap::Scale(double FactorX, double FactorY)
+cBitmap *cBitmap::Scaled(double FactorX, double FactorY)
{
// Fixed point scaling code based on www.inversereality.org/files/bitmapscaling.pdf
// by deltener@mindtremors.com