[Webkit-unassigned] [Bug 48031] AffineTransform operator* reverses order of operands.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 09:18:16 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=48031





--- Comment #7 from Dirk Schulze <krit at webkit.org>  2010-12-15 09:18:16 PST ---
(From update of attachment 76578)
View in context: https://bugs.webkit.org/attachment.cgi?id=76578&action=review

> WebCore/platform/graphics/cg/PatternCG.cpp:57
> +    AffineTransform patternTransform = userSpaceTransformation * m_patternSpaceTransformation;

I'm unsure if multLeft could be faster, since it memcopy's the values for affine1 = affine2 IIRC. And might have some additional improvements. Can you check this please? It's some time ago that I looked at AffineTransform :-P

-- 
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