[Bug 71191] Text clipping issue with row-numbers when scrolling in LibreOffice-Calc [SNA]
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 4 05:49:20 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71191
--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
Not seeing the issue or the problem in the code yet. Can you try tweaking the
various defines at the top of src/sna/sna_glyphs.c:
#define FALLBACK 0
#define NO_GLYPH_CACHE 0
#define NO_GLYPHS_TO_DST 0
#define NO_GLYPHS_VIA_MASK 0
#define NO_SMALL_MASK 0
#define NO_GLYPHS_SLOW 0
#define NO_DISCARD_MASK 0
to see which path is affected, and perhaps try
diff --git a/src/sna/sna_glyphs.c b/src/sna/sna_glyphs.c
index 5830d9b..53a87fc 100644
--- a/src/sna/sna_glyphs.c
+++ b/src/sna/sna_glyphs.c
@@ -522,6 +522,8 @@ static inline bool clipped_glyphs(PicturePtr dst, int
nlist, GlyphListPtr list,
PixmapPtr pixmap;
BoxRec box;
+ return true;
+
if (dst->pCompositeClip->data) {
DBG(("%s: yes, has complex region\n", __FUNCTION__));
return true;
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20131104/9387d689/attachment.html>
More information about the intel-gfx-bugs
mailing list