summaryrefslogtreecommitdiff
path: root/fitz/base_matrix.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-04-11 19:01:30 +0200
committerTor Andersson <tor@ghostscript.com>2010-04-11 19:01:30 +0200
commitc29b0128eecceea891086ee9d52f519a1454525a (patch)
tree533dec71e2142a8ef0d8abade5a009d808e97006 /fitz/base_matrix.c
parentb1d837f84cbbaac4bf8362d7a2ca7dd0e4b7f8c1 (diff)
downloadmupdf-c29b0128eecceea891086ee9d52f519a1454525a.tar.xz
Rename functions fz_intersectirects and fz_transformaabb.
Diffstat (limited to 'fitz/base_matrix.c')
-rw-r--r--fitz/base_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/base_matrix.c b/fitz/base_matrix.c
index 8bdd6e6c..8735b1ad 100644
--- a/fitz/base_matrix.c
+++ b/fitz/base_matrix.c
@@ -159,7 +159,7 @@ fz_transformpoint(fz_matrix m, fz_point p)
}
fz_rect
-fz_transformaabb(fz_matrix m, fz_rect r)
+fz_transformrect(fz_matrix m, fz_rect r)
{
fz_point s, t, u, v;