summaryrefslogtreecommitdiff
path: root/render/mipict.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/mipict.h')
-rw-r--r--render/mipict.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/render/mipict.h b/render/mipict.h
index 0c2ed04d5..0d76aaf54 100644
--- a/render/mipict.h
+++ b/render/mipict.h
@@ -106,6 +106,14 @@ miComputeCompositeRegion (RegionPtr pRegion,
Bool
miPictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats);
+Bool
+miRealizeGlyph (ScreenPtr pScreen,
+ GlyphPtr glyph);
+
+void
+miUnrealizeGlyph (ScreenPtr pScreen,
+ GlyphPtr glyph);
+
void
miGlyphExtents (int nlist,
GlyphListPtr list,