[Webkit-unassigned] [Bug 156571] New: RenderMathMLOperator: Move glyph measuring helper functions outside the class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 01:49:21 PDT 2016


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

            Bug ID: 156571
           Summary: RenderMathMLOperator: Move glyph measuring helper
                    functions outside the class
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
            Blocks: 152244

Another simple change extracted from bug 152244.

boundsForGlyph, heightForGlyph and advanceForGlyph are really just some convenient wrapper around GlyphData functions and RenderMathMLOperator is not involved. We can just implement them as inline static functions in the C++ source. They will just be moved to MathOperator.cpp in bug 152244.

Manuel also suggested renaming advanceForGlyph to advanceWidthForGlyph.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160414/9e5d8324/attachment.html>


More information about the webkit-unassigned mailing list