Add a fast path for non-repeating sources in walk_region_internal().
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 16 Sep 2009 10:54:43 +0000 (06:54 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 02:45:25 +0000 (21:45 -0500)
commit1dd8744f40f4b754fb3aa26a3c7f4fbe54c27155
treecc1636d5a68226b76308edb82a14905afa2c2718
parent362a9f564a9a58c48ab0129ca3ac997d0cb84bab
Add a fast path for non-repeating sources in walk_region_internal().

In the common case where there is no repeating, the loop in
walk_region_internal() reduces to just walking of the boxes involved
and calling the composite function.
pixman/pixman.c