Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-22 Thread Peter Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-04-21 23:51, Keith Packard wrote: I've merged your fix and added your test app to the commit message so that the next time we find that this is broken, we can make sure the fix doesn't break this case again... Good idea. Thanks. It

Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-22 Thread Keith Packard
Peter Harris phar...@opentext.com writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-04-21 23:51, Keith Packard wrote: I've merged your fix and added your test app to the commit message so that the next time we find that this is broken, we can make sure the fix doesn't break

Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-21 Thread Keith Packard
Peter Harris phar...@opentext.com writes: If a source picture doesn't repeat and a mask format is specified, the incorrect calulation of the origin of the glyphs caused the glyphs to not be drawn at all. Noticed when running gtk-demo from RHEL 6.5 and selecting Rotated Text. Can you

Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-21 Thread Peter Harris
On 2014-04-21 18:20, Keith Packard wrote: Peter Harris phar...@opentext.com writes: If a source picture doesn't repeat and a mask format is specified, the incorrect calulation of the origin of the glyphs caused the glyphs to not be drawn at all. Noticed when running gtk-demo from RHEL 6.5

Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-21 Thread Keith Packard
Peter Harris phar...@opentext.com writes: If a source picture doesn't repeat and a mask format is specified, the incorrect calulation of the origin of the glyphs caused the glyphs to not be drawn at all. Noticed when running gtk-demo from RHEL 6.5 and selecting Rotated Text.

Re: [PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-21 Thread Keith Packard
Peter Harris phar...@opentext.com writes: On 2014-04-21 18:20, Keith Packard wrote: Peter Harris phar...@opentext.com writes: If a source picture doesn't repeat and a mask format is specified, the incorrect calulation of the origin of the glyphs caused the glyphs to not be drawn at all.

[PATCH] fb: Fix origin of source picture in fbGlyphs

2014-04-11 Thread Peter Harris
If a source picture doesn't repeat and a mask format is specified, the incorrect calulation of the origin of the glyphs caused the glyphs to not be drawn at all. Noticed when running gtk-demo from RHEL 6.5 and selecting Rotated Text. Signed-off-by: Peter Harris phar...@opentext.com ---