Home
last modified time | relevance | path

Searched refs:getUnmultipliedImageData (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.h93 PassRefPtr<Uint8ClampedArray> getUnmultipliedImageData(const IntRect&) const;
DImageBuffer.cpp334 PassRefPtr<Uint8ClampedArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const in getUnmultipliedImageData() function in WebCore::ImageBuffer
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEColorMatrix.cpp156 RefPtr<Uint8ClampedArray> pixelArray = resultImage->getUnmultipliedImageData(imageRect); in applySoftware()
DFilterEffect.cpp332 …m_unmultipliedImageResult = m_imageBufferResult->getUnmultipliedImageData(IntRect(IntPoint(), m_ab… in copyUnmultipliedImage()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp227 …RefPtr<Uint8ClampedArray> pixelArray = imageBuffer->getUnmultipliedImageData(IntRect(IntPoint(), i… in createShape()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1918 RefPtr<Uint8ClampedArray> byteArray = buffer->getUnmultipliedImageData(imageDataRect); in getImageData()