OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetBoundingBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFilter.h
43
FloatRect
targetBoundingBox
() const { return m_targetBoundingBox; }
46
SVGFilter(const AffineTransform& absoluteTransform, const FloatRect& absoluteSourceDrawingRegion, const FloatRect&
targetBoundingBox
, const FloatRect& filterRegion, bool effectBBoxMode);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceFilter.cpp
76
FloatRect
targetBoundingBox
= filter->
targetBoundingBox
();
96
effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttributes>(effectElement, filterElement->primitiveUnitsCurrentValue(),
targetBoundingBox
));
162
FloatRect
targetBoundingBox
= object->objectBoundingBox();
165
filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filterElement->filterUnitsCurrentValue(),
targetBoundingBox
);
186
filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion,
targetBoundingBox
, filterData->boundaries, primitiveBoundingBoxMode);
Completed in 28 milliseconds