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

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

Completed in 119 milliseconds