summaryrefslogtreecommitdiff
path: root/src/smooth
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2001-06-28 17:49:10 +0000
committerWerner Lemberg <wl@gnu.org>2001-06-28 17:49:10 +0000
commit415235df1b955940ce85401a076f882e8717ef7b (patch)
tree6a9820a949b195f2bcbcdd73e3b105f99f924b81 /src/smooth
parent4a2305cf0c686d58273e264780b48b159e42f604 (diff)
downloadfreetype2-415235df1b955940ce85401a076f882e8717ef7b.tar.gz
finishing function header formatting
updating copyrights
Diffstat (limited to 'src/smooth')
-rw-r--r--src/smooth/ftgrays.c6
-rw-r--r--src/smooth/ftgrays.h2
-rw-r--r--src/smooth/ftsmooth.c2
-rw-r--r--src/smooth/ftsmooth.h2
-rw-r--r--src/smooth/smooth.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 62d601997..199757033 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -4,7 +4,7 @@
/* */
/* A new `perfect' anti-aliasing renderer (body). */
/* */
-/* Copyright 2000 by */
+/* Copyright 2000-2001 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -1364,7 +1364,7 @@
if ( ras.num_cells == 0 )
return;
-
+
cur = ras.cells;
limit = cur + ras.num_cells;
@@ -1716,7 +1716,7 @@
/* clip to target bitmap, exit if nothing to do */
clip = &ras.clip_box;
-
+
if ( ras.max_ex <= clip->xMin || ras.min_ex >= clip->xMax ||
ras.max_ey <= clip->yMin || ras.min_ey >= clip->yMax )
return 0;
diff --git a/src/smooth/ftgrays.h b/src/smooth/ftgrays.h
index 82492b59a..2d409543d 100644
--- a/src/smooth/ftgrays.h
+++ b/src/smooth/ftgrays.h
@@ -4,7 +4,7 @@
/* */
/* FreeType smooth renderer declaration */
/* */
-/* Copyright 1996-2000 by */
+/* Copyright 1996-2001 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
index 6227c2911..735ef226d 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -4,7 +4,7 @@
/* */
/* Anti-aliasing renderer interface (body). */
/* */
-/* Copyright 2000 by */
+/* Copyright 2000-2001 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
diff --git a/src/smooth/ftsmooth.h b/src/smooth/ftsmooth.h
index 64b24d00c..ec011219b 100644
--- a/src/smooth/ftsmooth.h
+++ b/src/smooth/ftsmooth.h
@@ -4,7 +4,7 @@
/* */
/* Anti-aliasing renderer interface (specification). */
/* */
-/* Copyright 1996-2000 by */
+/* Copyright 1996-2001 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
diff --git a/src/smooth/smooth.c b/src/smooth/smooth.c
index 40639cb0e..ff6be3e40 100644
--- a/src/smooth/smooth.c
+++ b/src/smooth/smooth.c
@@ -4,7 +4,7 @@
/* */
/* FreeType anti-aliasing rasterer module component (body only). */
/* */
-/* Copyright 1996-2000 by */
+/* Copyright 1996-2001 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */