Searched refs:targetBoundingBox (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
D | SVGFilter.cpp | 28 …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()
|
D | SVGFilter.h | 43 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/ |
D | RenderSVGResourceClipper.cpp | 147 …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()
|
D | RenderSVGResourceMasker.cpp | 113 …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()
|
D | RenderSVGResourceFilter.cpp | 76 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()
|
D | RenderSVGResourceMasker.h | 59 void drawMaskForRenderer(GraphicsContext*, const FloatRect& targetBoundingBox);
|
D | RenderSVGResourceClipper.h | 78 void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);
|