text: pixman: add support for non x4-stride glyphs
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 13:11:22 +0000 (14:11 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 13:11:22 +0000 (14:11 +0100)
commitae25adc34fd835569e28b713408e0fea1bfdd3d1
treeb1699a5a2d85d9611c6c7004d2b116de40c98204
parent7ca44910c2f00fd2854f8d7d0e37af3a517fdf5c
text: pixman: add support for non x4-stride glyphs

pixman expects stride values to be a multiple of 4. However, the glyphs we
get may be of a different stride so copy it if it is.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/text_pixman.c