summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/glyph-cache.h
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2013-08-26 15:08:28 +0000
committerRobin Watts <robin.watts@artifex.com>2013-08-28 13:35:40 +0100
commit0924e802017d5a669041a86beb0f1348d5fda8da (patch)
tree38dd37716e5632665218fe7e15a3977067817e6b /include/mupdf/fitz/glyph-cache.h
parent346295fb26f35e7b2fd15d94248cf42deecfd4a7 (diff)
downloadmupdf-0924e802017d5a669041a86beb0f1348d5fda8da.tar.xz
Dump glyph cache size as part of mudraw -M
Diffstat (limited to 'include/mupdf/fitz/glyph-cache.h')
-rw-r--r--include/mupdf/fitz/glyph-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/glyph-cache.h b/include/mupdf/fitz/glyph-cache.h
index ae41fcf4..81dbd95c 100644
--- a/include/mupdf/fitz/glyph-cache.h
+++ b/include/mupdf/fitz/glyph-cache.h
@@ -27,5 +27,6 @@ fz_pixmap *fz_render_glyph(fz_context *ctx, fz_font*, int, const fz_matrix *, fz
fz_pixmap *fz_render_stroked_glyph(fz_context *ctx, fz_font*, int, const fz_matrix *, const fz_matrix *, fz_stroke_state *stroke, fz_irect scissor);
void fz_render_t3_glyph_direct(fz_context *ctx, fz_device *dev, fz_font *font, int gid, const fz_matrix *trm, void *gstate, int nestedDepth);
void fz_prepare_t3_glyph(fz_context *ctx, fz_font *font, int gid, int nestedDepth);
+void fz_dump_glyph_cache_stats(fz_context *ctx);
#endif