[webkit-changes] [WebKit/WebKit] 521e9d: GlyphPage::fill() should take in a std::span

Chris Dumez noreply at github.com
Sat May 18 10:32:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 521e9dcd8ea9a86bf10afeb649c74128df3031d3
      https://github.com/WebKit/WebKit/commit/521e9dcd8ea9a86bf10afeb649c74128df3031d3
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/Font.cpp
    M Source/WebCore/platform/graphics/GlyphPage.h
    M Source/WebCore/platform/graphics/coretext/GlyphPageCoreText.cpp
    M Source/WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp
    M Source/WebCore/platform/graphics/skia/GlyphPageSkia.cpp
    M Source/WebCore/platform/graphics/win/GlyphPageTreeNodeWin.cpp

  Log Message:
  -----------
  GlyphPage::fill() should take in a std::span
https://bugs.webkit.org/show_bug.cgi?id=274341

Reviewed by Darin Adler.

* Source/WebCore/platform/graphics/Font.cpp:
(WebCore::fillGlyphPage):
(WebCore::createAndFillGlyphPage):
* Source/WebCore/platform/graphics/GlyphPage.h:
* Source/WebCore/platform/graphics/coretext/GlyphPageCoreText.cpp:
(WebCore::shouldFillWithVerticalGlyphs):
(WebCore::GlyphPage::fill):
* Source/WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp:
(WebCore::GlyphPage::fill):
* Source/WebCore/platform/graphics/skia/GlyphPageSkia.cpp:
(WebCore::GlyphPage::fill):
* Source/WebCore/platform/graphics/win/GlyphPageTreeNodeWin.cpp:
(WebCore::GlyphPage::fill):

Canonical link: https://commits.webkit.org/278959@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list