[Webkit-unassigned] [Bug 257019] New: [Cairo] Unnecessary overrides `GraphicsContext::drawGlyphs()` and `GraphicsContext::drawDecomposedGlyphs()`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 19 04:31:45 PDT 2023


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

            Bug ID: 257019
           Summary: [Cairo] Unnecessary overrides
                    `GraphicsContext::drawGlyphs()` and
                    `GraphicsContext::drawDecomposedGlyphs()`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitaly at igalia.com
                CC: bugs-noreply at webkitgtk.org

Default `GraphicsContext::drawGlyphs()` simply calls `FontCascade::drawGlyphs()` but `GraphicsContextCairo::drawGlyphs()` duplicates the logic of `FontCascade::drawGlyphs()`.
`GraphicsContextCairo::drawDecomposedGlyphs()` is virtually the same as `GraphicsContext::drawDecomposedGlyphs()`.

-- 
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/20230519/8efa8333/attachment.htm>


More information about the webkit-unassigned mailing list