/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthContext.cpp | 40 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 …]
|
D | SVGLengthContext.h | 52 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);
|
D | SVGLength.h | 62 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&);
|
D | SVGLengthTearOff.cpp | 62 SVGLengthContext lengthContext(contextElement()); in value() 73 SVGLengthContext lengthContext(contextElement()); in setValue() 137 SVGLengthContext lengthContext(contextElement()); in convertToSpecifiedUnits()
|
D | SVGLength.cpp | 162 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()
|
D | SVGLengthList.cpp | 127 SVGLengthContext lengthContext(contextElement); in add() 143 SVGLengthContext lengthContext(contextElement); in calculateAnimatedValue()
|
D | SVGSVGElement.cpp | 487 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/ |
D | RenderSVGResourceRadialGradient.cpp | 49 …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()
|
D | SVGPathData.cpp | 43 SVGLengthContext lengthContext(element); in updatePathFromCircleElement() 53 SVGLengthContext lengthContext(element); in updatePathFromEllipseElement() 70 SVGLengthContext lengthContext(element); in updatePathFromLineElement() 106 SVGLengthContext lengthContext(element); in updatePathFromRectElement()
|
D | RenderSVGResourceLinearGradient.cpp | 48 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attr… in startPoint() 53 …return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attr… in endPoint()
|
D | RenderSVGEllipse.cpp | 84 SVGLengthContext lengthContext(&circle); in calculateRadiiAndCenter() 93 SVGLengthContext lengthContext(&ellipse); in calculateRadiiAndCenter()
|
D | RenderSVGResourceMarker.cpp | 102 SVGLengthContext lengthContext(marker); in referencePoint() 178 SVGLengthContext lengthContext(marker); in calcViewport()
|
D | RenderSVGResourceFilter.cpp | 96 …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()
|
D | SVGTextLayoutAttributesBuilder.cpp | 164 …Data(unsigned i, float& lastRotation, SVGCharacterData& data, const SVGLengthContext& lengthContex… in updateCharacterData() 197 SVGLengthContext lengthContext(position.element); in fillCharacterDataMap()
|
D | RenderSVGTransformableContainer.cpp | 90 SVGLengthContext lengthContext(useElement); in calculateLocalTransform()
|
D | RenderSVGViewportContainer.cpp | 66 SVGLengthContext lengthContext(element); in calcViewport()
|
D | RenderSVGRect.cpp | 56 SVGLengthContext lengthContext(rect); in updateShapeFromElement()
|
D | RenderSVGForeignObject.cpp | 95 SVGLengthContext lengthContext(foreign); in layout()
|
D | SVGRenderSupport.cpp | 321 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToContext() 350 SVGLengthContext lengthContext(toSVGElement(object->node())); in applyStrokeStyleToStrokeData()
|
D | RenderSVGImage.cpp | 95 SVGLengthContext lengthContext(image); in updateImageViewport()
|
D | ReferenceFilterBuilder.cpp | 166 …effect->setEffectBoundaries(SVGLengthContext::resolveRectangle<SVGFilterPrimitiveStandardAttribute… in build()
|
D | SVGTextLayoutEngineBaseline.cpp | 45 SVGLengthContext lengthContext(contextElement); in calculateBaselineShift()
|
D | RenderSVGResourceMasker.cpp | 170 …FloatRect maskBoundaries = SVGLengthContext::resolveRectangle<SVGMaskElement>(maskElement, maskEle… in resourceBoundingBox()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
D | SVGFEImage.cpp | 101 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/ |
D | CSSCursorImageValue.cpp | 101 SVGLengthContext lengthContext(0); in updateIfSVGCursorIsUsed()
|