[Webkit-unassigned] [Bug 107359] New: [Mac] Use pageScaleFactor * deviceScaleFactor in requiresTiledLayer() and computePixelAlignment() of GraphicsLayerCA.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 21:45:08 PST 2013


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

           Summary: [Mac] Use pageScaleFactor * deviceScaleFactor in
                    requiresTiledLayer() and computePixelAlignment() of
                    GraphicsLayerCA.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Currently GraphicsLayerCA uses pageScaleFactor in requiresTiledLayer() and
computePixelAlignment(), but we must use pageScaleFactor * deviceScaleFactor in
them.
It is because:
1. requiresTiledLayer() uses the scale to compute an actual layer size in the device pixel unit.
2. computePixelAlignment() uses the scale to compute an aligned layer position in the device pixel unit.

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