[Webkit-unassigned] [Bug 114329] New: [Cairo] Take current matrix into pattern matrix to end up at identity scale when cairo_fill runs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 9 20:06:20 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=114329
Summary: [Cairo] Take current matrix into pattern matrix to end
up at identity scale when cairo_fill runs
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gen.kim at samsung.com
CC: demarchi at webkit.org
When drawPatternToCairoContext if the current scale is not 1, pixman_scaled_bilinear_scanline_8888_8888_OVER_asm_neon is called and takes too much time.
This patch puts 1 / scale in the pattern matrix so it gets identity scale when cairo_fill runs.
--
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