Home | History | Annotate | Download | only in WebCore

Lines Matching full:imagedata

5040         [Chromium] Issue 58536: Fix Layout Test canvas/philip/tests/2d.imageData.put.alpha.html with --accelerated-2d-canvas.
5043 This fix is for 2d.imageData.put.alpha.html with --accelerated-2d-canvas. No new tests.
31844 Merge m_height and m_width members of ImageData into the new m_size member.
31847 width and height argument, except ImageData. This patch refactors ImageData
31850 This patch also refactors the PassRefPtr usages of ImageData.
31859 * html/ImageData.cpp:
31860 (WebCore::ImageData::create):
31861 (WebCore::ImageData::ImageData):
31862 * html/ImageData.h:
31863 (WebCore::ImageData::size):
31864 (WebCore::ImageData::width):
31865 (WebCore::ImageData::height):
34233 Clarify ImageBuffer and ImageData relationship
34236 Remove references to ImageData and CanvasPixelArray from ImageBuffer and SVG filter/masker code,
34241 * html/ImageData.cpp:
34242 (WebCore::ImageData::create):
34243 (WebCore::ImageData::ImageData):
34244 * html/ImageData.h: Added new constructor with ByteArray input.
34245 (WebCore::ImageData::width):
34246 (WebCore::ImageData::height):
34247 (WebCore::ImageData::data):