summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/draw_glyph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/draw_glyph.c b/draw/draw_glyph.c
index 00eaf460..68ae3b80 100644
--- a/draw/draw_glyph.c
+++ b/draw/draw_glyph.c
@@ -68,7 +68,7 @@ fz_evict_glyph_cache(fz_context *ctx)
}
void
-fz_free_glyph_cache_context(fz_context *ctx)
+fz_drop_glyph_cache_context(fz_context *ctx)
{
if (!ctx->glyph_cache)
return;
@@ -86,7 +86,7 @@ fz_free_glyph_cache_context(fz_context *ctx)
}
fz_glyph_cache *
-fz_glyph_cache_keep(fz_context *ctx)
+fz_keep_glyph_cache(fz_context *ctx)
{
fz_lock(ctx, FZ_LOCK_GLYPHCACHE);
ctx->glyph_cache->refs++;