Searched refs:asImageBuffer (Results 1 – 16 of 16) sorted by relevance
187 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()188 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
56 …filterContext->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolutePaintRec… in applySoftware()
220 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()221 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
153 …resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolut… in applySoftware()267 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
104 resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegion); in applySoftware()
85 tileImageContext->drawImageBuffer(in->asImageBuffer(), in->absolutePaintRect().location()); in applySoftware()
281 ImageBuffer* imageBuffer = in->asImageBuffer(); in applySoftware()282 ImageBuffer* imageBuffer2 = in2->asImageBuffer(); in applySoftware()
74 ImageBuffer* asImageBuffer();
112 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySoftware()
242 ImageBuffer* FilterEffect::asImageBuffer() in asImageBuffer() function in WebCore::FilterEffect432 asImageBuffer()->transformColorSpace(m_resultColorSpace, dstColorSpace); in transformResultColorSpace()
184 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
248 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
325 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
471 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); in applySkia()
94 ImageBuffer* output() const { return lastEffect()->asImageBuffer(); } in output()
320 ImageBuffer* resultImage = lastEffect->asImageBuffer(); in postApplyResource()