Home
last modified time | relevance | path

Searched refs:SVGLengthContext (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp40 SVGLengthContext::SVGLengthContext(const SVGElement* context) in SVGLengthContext() function in blink::SVGLengthContext
45 SVGLengthContext::SVGLengthContext(const SVGElement* context, const FloatRect& viewport) in SVGLengthContext() function in blink::SVGLengthContext
51 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType t… in resolveRectangle()
60 SVGLengthContext lengthContext(context); in resolveRectangle()
64 SVGLengthContext lengthContext(context, viewport); in resolveRectangle()
72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type… in resolvePoint()
79 SVGLengthContext lengthContext(context); in resolvePoint()
87 float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, Pa… in resolveLength()
93 SVGLengthContext lengthContext(context); in resolveLength()
101 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits()
[all …]
DSVGLengthContext.h52 class SVGLengthContext {
55 explicit SVGLengthContext(const SVGElement*);
60 …return SVGLengthContext::resolveRectangle(context, type, viewport, context->x()->currentValue(), c… in resolveRectangle()
73 SVGLengthContext(const SVGElement*, const FloatRect& viewport);
DSVGLength.h62 float value(const SVGLengthContext& context) const in value()
66 float value(const SVGLengthContext&, ExceptionState&) const;
67 void setValue(float, const SVGLengthContext&, ExceptionState&);
78 void convertToSpecifiedUnits(SVGLengthType, const SVGLengthContext&, ExceptionState&);
DSVGLengthTearOff.cpp62 SVGLengthContext lengthContext(contextElement()); in value()
73 SVGLengthContext lengthContext(contextElement()); in setValue()
137 SVGLengthContext lengthContext(contextElement()); in convertToSpecifiedUnits()
DSVGLength.cpp162 float SVGLength::value(const SVGLengthContext& context, ExceptionState& es) const in value()
167 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionState& es) in setValue()
247 void SVGLength::convertToSpecifiedUnits(SVGLengthType type, const SVGLengthContext& context, Except… in convertToSpecifiedUnits()
426 SVGLengthContext nonRelativeLengthContext(0); in blend()
442 SVGLengthContext lengthContext(contextElement); in add()
453 SVGLengthContext lengthContext(contextElement); in calculateAnimatedValue()
464 SVGLengthContext lengthContext(contextElement); in calculateDistance()
DSVGLengthList.cpp127 SVGLengthContext lengthContext(contextElement); in add()
143 SVGLengthContext lengthContext(contextElement); in calculateAnimatedValue()
DSVGSVGElement.cpp487 SVGLengthContext lengthContext(this); in localCoordinateSpaceTransform()
658 SVGLengthContext lengthContext(this); in intrinsicWidth()
667 SVGLengthContext lengthContext(this); in intrinsicHeight()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceRadialGradient.cpp49 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attr… in centerPoint()
54 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.fx(), attr… in focalPoint()
59 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.r()); in radius()
64 return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.fr()); in focalRadius()
DSVGPathData.cpp43 SVGLengthContext lengthContext(element); in updatePathFromCircleElement()
53 SVGLengthContext lengthContext(element); in updatePathFromEllipseElement()
70 SVGLengthContext lengthContext(element); in updatePathFromLineElement()
106 SVGLengthContext lengthContext(element); in updatePathFromRectElement()
DRenderSVGResourceLinearGradient.cpp48 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attr… in startPoint()
53 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attr… in endPoint()
DRenderSVGEllipse.cpp84 SVGLengthContext lengthContext(&circle); in calculateRadiiAndCenter()
93 SVGLengthContext lengthContext(&ellipse); in calculateRadiiAndCenter()
DRenderSVGResourceMarker.cpp102 SVGLengthContext lengthContext(marker); in referencePoint()
178 SVGLengthContext lengthContext(marker); in calcViewport()
DRenderSVGResourceFilter.cpp96 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in buildPrimitives()
206 …filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filte… in applyResource()
268 …return SVGLengthContext::resolveRectangle<SVGFilterElement>(element, element->filterUnits()->curre… in resourceBoundingBox()
DSVGTextLayoutAttributesBuilder.cpp164 …Data(unsigned i, float& lastRotation, SVGCharacterData& data, const SVGLengthContext& lengthContex… in updateCharacterData()
197 SVGLengthContext lengthContext(position.element); in fillCharacterDataMap()
DRenderSVGTransformableContainer.cpp90 SVGLengthContext lengthContext(useElement); in calculateLocalTransform()
DRenderSVGViewportContainer.cpp66 SVGLengthContext lengthContext(element); in calcViewport()
DRenderSVGRect.cpp56 SVGLengthContext lengthContext(rect); in updateShapeFromElement()
DRenderSVGForeignObject.cpp95 SVGLengthContext lengthContext(foreign); in layout()
DSVGRenderSupport.cpp321 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToContext()
350 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToStrokeData()
DRenderSVGImage.cpp95 SVGLengthContext lengthContext(image); in updateImageViewport()
DReferenceFilterBuilder.cpp166 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in build()
DSVGTextLayoutEngineBaseline.cpp45 SVGLengthContext lengthContext(contextElement); in calculateBaselineShift()
DRenderSVGResourceMasker.cpp170 …FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskEle… in resourceBoundingBox()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp101 SVGLengthContext lengthContext(contextNode); in determineAbsolutePaintRect()
160 SVGLengthContext lengthContext(contextNode); in applySoftware()
199 SVGLengthContext lengthContext(contextNode); in createImageFilterForRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCursorImageValue.cpp101 SVGLengthContext lengthContext(0); in updateIfSVGCursorIsUsed()

12