Searched refs:sourceImageData (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFEImage.cpp43 RefPtr<Uint8ClampedArray> sourceImageData = sourceImage->getUnmultipliedImageData(IntRect(IntPoint(), sourceImage->internalSize())); local
44 createOpenCLImageResult(sourceImageData->data());
H A DOpenCLFESourceAlpha.cpp51 RefPtr<Uint8ClampedArray> sourceImageData = sourceImage->getUnmultipliedImageData(IntRect(IntPoint(), sourceImage->internalSize()));
52 createOpenCLImageResult(sourceImageData->data());
H A DOpenCLFESourceGraphic.cpp51 RefPtr<Uint8ClampedArray> sourceImageData = sourceImage->getUnmultipliedImageData(IntRect(IntPoint(), sourceImage->internalSize()));
52 createOpenCLImageResult(sourceImageData->data());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterEffect.cpp170 RefPtr<Uint8ClampedArray> sourceImageData = sourceImage->getUnmultipliedImageData(IntRect(IntPoint(), sourceImage->internalSize())); local
171 createOpenCLImageResult(sourceImageData->data());

Completed in 213 milliseconds