CompositeGlyph question..
Mohan Parthasarathy
suruti94 at gmail.com
Tue Jul 22 11:01:07 PDT 2008
Hello,
CompositeGlyph according to the spec,
When mask-format is not None, glyphs are rendered in the following
way with the effective mask computed in mask-format:
tmp = temporary alpha picture
Combine (Zero, tmp, tmp, None)
for each glyph
Combine (Add, tmp, glyph, None)
Combine (op, dst, source, tmp)
So, i can see that before glyphs are actually rendered, it is combined with
a mask. I searched around in Xft and server side to
see where this code is implemented. I can see that in libXrender, maskFormat
getting set to None or the id. So, it has to be on
the server side Perhaps, i am missing something very obvious.. Can someone
point me to this code ?
thanks a lot,
mohan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20080722/d94f98b7/attachment.html>
More information about the xorg
mailing list