[Webkit-unassigned] [Bug 44699] [Gtk] Reduce the size of the shadow buffer in the paths using the clip region
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 31 09:45:44 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44699
--- Comment #7 from Martin Robinson <mrobinson at webkit.org> 2010-08-31 09:45:44 PST ---
Do you mind creating a static function that take a rectangle and intersects it with the current Cairo clip? It could be passed an optional minimumSize argument. I think we may want to use this optimization in other places later on.
IntRect intersectRectWithCurrentCairoClip(cairo_t*, IntRect, int minimumSize=0);
Thanks.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list