summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-05-29 14:41:05 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-05-29 14:46:25 +0200
commitcff6f809da556624fb1de34725935278093182e1 (patch)
tree8d166dbabef2c34f3c0cd5ed6feb75476c8abd45 /draw
parentaa1801a463e711c19b09b9be34bf76b18fda126c (diff)
downloadmupdf-cff6f809da556624fb1de34725935278093182e1.tar.xz
Rename some find/lookup functions to be in line with documentation.
Diffstat (limited to 'draw')
-rw-r--r--draw/draw_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/draw_mesh.c b/draw/draw_mesh.c
index 8be48e02..3f60130b 100644
--- a/draw/draw_mesh.c
+++ b/draw/draw_mesh.c
@@ -221,7 +221,7 @@ fz_paint_shade(fz_context *ctx, fz_shade *shade, const fz_matrix *ctm, fz_pixmap
if (shade->use_function)
{
fz_color_converter cc;
- fz_find_color_converter(&cc, ctx, dest->colorspace, shade->colorspace);
+ fz_lookup_color_converter(&cc, ctx, dest->colorspace, shade->colorspace);
for (i = 0; i < 256; i++)
{
cc.convert(&cc, color, shade->function[i]);