[cairo] Screen orientation
Carl Worth
cworth at cworth.org
Mon Dec 10 13:54:43 PST 2007
On Mon, 10 Dec 2007 22:38:28 +0100, Jean-Claude Repetto wrote:
> I am using :
> cairo_rotate (cr, M_PI/2);
> cairo_translate (cr, 0, -screen_width);
So that looks just fine.
And the question, like Behdad said, becomes "what exactly is slow in
this case?".
There's not any existing magic switch to throw to speed things up. But
as you correctly point out, this should be an easy optimization to
make. So the first step is finding out where to make it.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.cairographics.org/archives/cairo/attachments/20071210/0bf986a2/attachment.pgp
More information about the cairo
mailing list