[Webkit-unassigned] [Bug 212190] New: Add more Bitmap methods.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 23:56:27 PDT 2020


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

            Bug ID: 212190
           Summary: Add more Bitmap methods.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Specifically,
    setEachNthBit - sets every Nth bit starting at a specified start bit
    operator=     - assignment
    operator|=    - bit or and assignment
    operator&=    - bit and and assignment
    operator^=    - bit xor and assignment

-- 
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/20200521/c29e079b/attachment.htm>


More information about the webkit-unassigned mailing list