Home
last modified time | relevance | path

Searched refs:targetBoundingBox (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFilter.cpp28 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float… in SVGFilter() argument
31 , m_targetBoundingBox(targetBoundingBox) in SVGFilter()
52 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float… in create() argument
54 …return adoptRef(new SVGFilter(absoluteTransform, absoluteSourceDrawingRegion, targetBoundingBox, f… in create()
DSVGFilter.h43 FloatRect targetBoundingBox() const { return m_targetBoundingBox; } in targetBoundingBox() function
46 …orm, const FloatRect& absoluteSourceDrawingRegion, const FloatRect& targetBoundingBox, const Float…
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp147 …VGResourceClipper::applyClippingToContext(RenderObject* target, const FloatRect& targetBoundingBox, in applyClippingToContext() argument
171 if (tryPathOnlyClipping(context, animatedLocalTransform, targetBoundingBox)) { in applyClippingToContext()
190 …if (!clipPathClipper->applyClippingToContext(this, targetBoundingBox, repaintRect, context, clipPa… in applyClippingToContext()
201 drawClipMaskContent(context, targetBoundingBox); in applyClippingToContext()
236 …GResourceClipper::drawClipMaskContent(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawClipMaskContent() argument
243 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y()); in drawClipMaskContent()
244 … contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height()); in drawClipMaskContent()
DRenderSVGResourceMasker.cpp113 …VGResourceMasker::drawMaskForRenderer(GraphicsContext* context, const FloatRect& targetBoundingBox) in drawMaskForRenderer() argument
120 contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y()); in drawMaskForRenderer()
121 … contentTransformation.scaleNonUniform(targetBoundingBox.width(), targetBoundingBox.height()); in drawMaskForRenderer()
DRenderSVGResourceFilter.cpp76 FloatRect targetBoundingBox = filter->targetBoundingBox(); in buildPrimitives() local
96 …tandardAttributes>(effectElement, filterElement->primitiveUnitsCurrentValue(), targetBoundingBox)); in buildPrimitives()
162 FloatRect targetBoundingBox = object->objectBoundingBox(); in applyResource() local
165 …ngle<SVGFilterElement>(filterElement, filterElement->filterUnitsCurrentValue(), targetBoundingBox); in applyResource()
186 …eate(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData-… in applyResource()
DRenderSVGResourceMasker.h59 void drawMaskForRenderer(GraphicsContext*, const FloatRect& targetBoundingBox);
DRenderSVGResourceClipper.h78 void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);