Searched refs:resolveRectangle (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthContext.h | 57 …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…
|
D | SVGLengthContext.cpp | 50 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/ |
D | RenderSVGResourceFilter.cpp | 96 …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()
|
D | ReferenceFilterBuilder.cpp | 168 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in build()
|
D | RenderSVGResourceMasker.cpp | 170 …FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskEle… in resourceBoundingBox()
|
D | RenderSVGResourcePattern.cpp | 207 …return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundin… in calculatePatternBoundaries()
|