Home
last modified time | relevance | path

Searched refs:absolutePaintRect (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp242 setAbsolutePaintRect(inputEffect(1)->absolutePaintRect()); in determineAbsolutePaintRect()
266 IntRect effectADrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
269 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in applySoftware()
288 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
289 … filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect())); in applySoftware()
293 IntRect destinationRect = in->absolutePaintRect(); in applySoftware()
294 destinationRect.intersect(in2->absolutePaintRect()); in applySoftware()
295 destinationRect.intersect(absolutePaintRect()); in applySoftware()
298 …oint destinationPoint(destinationRect.x() - absolutePaintRect().x(), destinationRect.y() - absolut… in applySoftware()
299 IntRect sourceRect(IntPoint(destinationRect.x() - in->absolutePaintRect().x(), in applySoftware()
[all …]
DFEDropShadow.cpp57 FloatRect absolutePaintRect = mapRect(inputEffect(0)->absolutePaintRect()); in determineAbsolutePaintRect() local
60 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
62 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
64 setAbsolutePaintRect(enclosingIntRect(absolutePaintRect)); in determineAbsolutePaintRect()
102 FloatRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySoftware()
DFEGaussianBlur.cpp260 FloatRect absolutePaintRect = mapRect(inputEffect(0)->absolutePaintRect()); in determineAbsolutePaintRect() local
263 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
265 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
267 setAbsolutePaintRect(enclosingIntRect(absolutePaintRect)); in determineAbsolutePaintRect()
293 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
303 IntSize paintSize = absolutePaintRect().size(); in applySoftware()
318 IntRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySkia()
DFETurbulence.cpp332 IntRect filterRegion = absolutePaintRect(); in fillRegion()
360 if (absolutePaintRect().isEmpty()) { in applySoftware()
370 …int optimalThreadNumber = (absolutePaintRect().width() * absolutePaintRect().height()) / s_minimal… in applySoftware()
380 const int stepY = absolutePaintRect().height() / i; in applySoftware()
381 const int jobsWithExtra = absolutePaintRect().height() % i; in applySoftware()
403 …fillRegion(pixelArray, paintingData, 0, absolutePaintRect().height(), baseFrequencyX, baseFrequenc… in applySoftware()
430 const IntRect filterRegion(IntPoint::zero(), absolutePaintRect().size()); in applySkia()
DFilterEffect.h99 IntRect absolutePaintRect() const { return m_absolutePaintRect; } in absolutePaintRect() function
100 …void setAbsolutePaintRect(const IntRect& absolutePaintRect) { m_absolutePaintRect = absolutePaintR… in setAbsolutePaintRect() argument
DFEOffset.cpp71 FloatRect paintRect = inputEffect(0)->absolutePaintRect(); in determineAbsolutePaintRect()
101 FloatRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySoftware()
DFETile.cpp85 tileImageContext->drawImageBuffer(in->asImageBuffer(), in->absolutePaintRect().location()); in applySoftware()
94 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size())); in applySoftware()
DFEDisplacementMap.cpp119 IntRect effectADrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
122 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in applySoftware()
128 IntSize paintSize = absolutePaintRect().size(); in applySoftware()
DFEColorMatrix.cpp153 …ontext()->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolutePaintRect())); in applySoftware()
155 IntRect imageRect(IntPoint(), absolutePaintRect().size()); in applySoftware()
263 SkRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySkia()
DFEMorphology.cpp85 FloatRect paintRect = mapRect(inputEffect(0)->absolutePaintRect()); in determineAbsolutePaintRect()
219 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
241 IntRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySkia()
DFEConvolveMatrix.cpp431 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
439 IntSize paintSize = absolutePaintRect().size(); in applySoftware()
453 …int optimalThreadNumber = (absolutePaintRect().width() * absolutePaintRect().height()) / s_minimal… in applySoftware()
DSourceAlpha.cpp61 FloatRect imageRect(FloatPoint(), absolutePaintRect().size()); in applySoftware()
DFEFlood.cpp84 resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color); in applySoftware()
DFEMerge.cpp56 …rContext->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolutePaintRect())); in applySoftware()
DFEBlend.cpp158 IntRect effectADrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
161 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in applySoftware()
DFELighting.cpp401 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
409 IntSize absolutePaintSize = absolutePaintRect().size(); in applySoftware()
467 IntRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); in applySkia()
DFEComponentTransfer.cpp165 IntRect drawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware()
DFilterEffect.cpp70 m_absolutePaintRect.unite(m_inputEffects.at(i)->absolutePaintRect()); in determineAbsolutePaintRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.h102 …IntRect outputRect() const { return lastEffect()->hasResult() ? lastEffect()->absolutePaintRect() … in outputRect()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DFECustomFilter.cpp133 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in clearShaderResult()
180 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applyShader()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp113 IntPoint paintLocation = absolutePaintRect().location(); in applySoftware()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceFilter.cpp325 context->drawImageBuffer(resultImage, lastEffect->absolutePaintRect()); in postApplyResource()