[Webkit-unassigned] [Bug 242439] [GTK][WPE] Scale up operations performed by the GPU have bad quality results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 10 14:00:07 PDT 2022


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 460733
  --> https://bugs.webkit.org/attachment.cgi?id=460733
WiP patch

View in context: https://bugs.webkit.org/attachment.cgi?id=460733&action=review

> Source/WebCore/platform/graphics/nicosia/NicosiaAnimation.cpp:403
> +    double scale = 1;

This is WebKit style

> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:1371
> +    float parentScale = 1.0;

This is not WebKit style.
https://webkit.org/code-style-guidelines/#float-suffixes

> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:249
> +    float m_animationOrTransformScaleFactor { 1.0 };

Ditto.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220710/1f474835/attachment.htm>


More information about the webkit-unassigned mailing list