[Webkit-unassigned] [Bug 209326] [iOS] Images are not crisp in LayoutTests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 21:01:26 PDT 2020


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

--- Comment #6 from Myles C. Maxfield <mmaxfield at apple.com> ---
(lldb) p adjustedDestRect
(WebCore::FloatRect) $0 = {
  m_location = (m_x = 0, m_y = 0)
  m_size = (m_width = 160, m_height = 320)
}
(lldb) p CGContextGetCTM(context)
error: <user expression 1>:1:1: 'CGContextGetCTM' has unknown return type; cast the call to its declared return type
CGContextGetCTM(context)
^~~~~~~~~~~~~~~~~~~~~~~~
(lldb) p (CGAffineTransform)CGContextGetCTM(context)
(CGAffineTransform) $1 = (a = 2, b = 0, c = 0, d = 2, tx = 714, ty = 544)
(lldb) p (CGAffineTransform)CGContextGetBaseCTM(context)
(CGAffineTransform) $2 = (a = 1, b = 0, c = 0, d = 1, tx = 0, ty = 0)
(lldb) po subImage.get()
<CGImage 0x7f895213a2f0> (IP)
        <<CGColorSpace 0x7f8952139d00> (kCGColorSpaceICCBased; kCGColorSpaceModelRGB; sRGB IEC61966-2.1)>
                width = 160, height = 320, bpc = 8, bpp = 32, row bytes = 640 
                kCGImageAlphaLast | 0 (default byte order)  | kCGImagePixelFormatPacked 
                is mask? No, has masking color? No, has soft mask? No, has matte? No, should interpolate? Yes

-- 
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/20200320/e764f068/attachment.htm>


More information about the webkit-unassigned mailing list