Home
last modified time | relevance | path

Searched refs:resolveRectangle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h57 …static FloatRect resolveRectangle(const T* context, SVGUnitTypes::SVGUnitType type, const FloatRec… in resolveRectangle() function
59 …return SVGLengthContext::resolveRectangle(context, type, viewport, context->xCurrentValue(), conte… in resolveRectangle()
62 …static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& v…
DSVGLengthContext.cpp50 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType t… in resolveRectangle() function in WebCore::SVGLengthContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceFilter.cpp96 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in buildPrimitives()
165 …filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filte… in applyResource()
337 …return SVGLengthContext::resolveRectangle<SVGFilterElement>(element, element->filterUnitsCurrentVa… in resourceBoundingBox()
DReferenceFilterBuilder.cpp168 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in build()
DRenderSVGResourceMasker.cpp170 …FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskEle… in resourceBoundingBox()
DRenderSVGResourcePattern.cpp207 …return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundin… in calculatePatternBoundaries()